Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.yolk-yellow {
color: #e3b24f;
}
.cremini {
color: #d1a03d;
}
.hot-toddy {
color: #a47928;
}
.hot-curry {
color: #7f5a1f;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--yolk-yellow:#e3b24f;
--cremini:#d1a03d;
--hot-toddy:#a47928;
--hot-curry:#7f5a1f;
}