Color names in this palette
CSS code for this palette
/* CSS */
.sandpit {
color: #9c7c5e;
}
.flickering-gold {
color: #c6a56c;
}
.bountiful-gold {
color: #e3c66d;
}
.pineapple-juice {
color: #f9e67b;
}
.stirring-orange {
color: #f5b261;
}
/* CSS Variables */
:root {
--sandpit:#9c7c5e;
--flickering-gold:#c6a56c;
--bountiful-gold:#e3c66d;
--pineapple-juice:#f9e67b;
--stirring-orange:#f5b261;
}