Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f8de5d;
}
.butter-cream {
color: #f1b341;
}
.roman-gold {
color: #d69b2e;
}
.mandalay {
color: #b17b2b;
}
.copper-creek {
color: #a35d2e;
}
/* CSS Variables */
:root {
--dilly-dally:#f8de5d;
--butter-cream:#f1b341;
--roman-gold:#d69b2e;
--mandalay:#b17b2b;
--copper-creek:#a35d2e;
}