Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.va-va-voom {
color: #e4b54e;
}
.cremini {
color: #d1a03d;
}
.citronne {
color: #c89c2d;
}
.arrowwood {
color: #b58c1c;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--va-va-voom:#e4b54e;
--cremini:#d1a03d;
--citronne:#c89c2d;
--arrowwood:#b58c1c;
}