Color names in this palette
CSS code for this palette
/* CSS */
.himawari-yellow {
color: #fbca04;
}
.marigold-dust {
color: #f7ce3b;
}
.deep-fried-sun-rays {
color: #f3c95e;
}
.orange-salmonberry {
color: #f1b26f;
}
.chaat-masala {
color: #f07f2d;
}
/* CSS Variables */
:root {
--himawari-yellow:#fbca04;
--marigold-dust:#f7ce3b;
--deep-fried-sun-rays:#f3c95e;
--orange-salmonberry:#f1b26f;
--chaat-masala:#f07f2d;
}