Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.golden-hour {
color: #f2b25a;
}
.question-mark-block {
color: #f19e4b;
}
.sun {
color: #ed8e3b;
}
.chaat-masala {
color: #e87d2c;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--golden-hour:#f2b25a;
--question-mark-block:#f19e4b;
--sun:#ed8e3b;
--chaat-masala:#e87d2c;
}