Color names in this palette
CSS code for this palette
/* CSS */
.flickering-gold {
color: #c7a46b;
}
.equator {
color: #d8b25f;
}
.crispy-chicken-skin {
color: #d7a842;
}
.midsummer-gold {
color: #ebaf37;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
/* CSS Variables */
:root {
--flickering-gold:#c7a46b;
--equator:#d8b25f;
--crispy-chicken-skin:#d7a842;
--midsummer-gold:#ebaf37;
--deep-fried-sun-rays:#f6c55a;
}