Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.butterfield {
color: #f4c15d;
}
.koji-orange {
color: #f1af4b;
}
.gilded-leaves {
color: #e8a03b;
}
.turmeric-tea {
color: #d78b2d;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--butterfield:#f4c15d;
--koji-orange:#f1af4b;
--gilded-leaves:#e8a03b;
--turmeric-tea:#d78b2d;
}