Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.bright-yarrow {
color: #f9d16c;
}
.butter-tart {
color: #fce8a1;
}
.noodles {
color: #f8e5b4;
}
.tequila {
color: #f4d1a4;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--bright-yarrow:#f9d16c;
--butter-tart:#fce8a1;
--noodles:#f8e5b4;
--tequila:#f4d1a4;
}