Skip to content
Snippets Groups Projects
Commit da6ab623 authored by xaralis's avatar xaralis
Browse files

feat: add more yellow variants

parent c9022856
Branches
No related tags found
No related merge requests found
Pipeline #1963 passed
......@@ -124,7 +124,7 @@
{
"name": "Olive",
"variants": [
{"cls": "olive-100", "name": "Olive 100", "hex": "#d6e8b3"},
{"cls": "olive-100", "name": "Olive 100", "hex": "#d6e8b3"}
]
},
{
......@@ -139,7 +139,9 @@
"name": "Yellow",
"variants": [
{"cls": "yellow-100", "name": "Yellow 100", "hex": "#fff7bf"},
{"cls": "yellow-200", "name": "Yellow 200", "hex": "#f7f38a"}
{"cls": "yellow-200", "name": "Yellow 200", "hex": "#f7f38a"},
{"cls": "yellow-300", "name": "Yellow 300", "hex": "#ffea5a"},
{"cls": "yellow-400", "name": "Yellow 400", "hex": "#fde119"}
]
},
{
......
......@@ -124,6 +124,8 @@ module.exports = {
'yellow': {
'100': '#fff7bf',
'200': '#f7f38a',
'300': '#ffea5a',
'400': '#fde119',
},
'red': {
'600': '#d60d53'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment