Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.yellow-sea {
color: #f3a039;
}
.christmas-orange {
color: #d46b25;
}
.beef-hotpot {
color: #a95b2d;
}
.sencha-brown {
color: #814b32;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--yellow-sea:#f3a039;
--christmas-orange:#d46b25;
--beef-hotpot:#a95b2d;
--sencha-brown:#814b32;
}