Color names in this palette
CSS code for this palette
/* CSS */
.lamplit {
color: #e9ad67;
}
.crunch {
color: #f4b962;
}
.naked-noodle {
color: #f7c96e;
}
.summer-lily {
color: #f9d571;
}
.digital-yellow {
color: #fceb7e;
}
/* CSS Variables */
:root {
--lamplit:#e9ad67;
--crunch:#f4b962;
--naked-noodle:#f7c96e;
--summer-lily:#f9d571;
--digital-yellow:#fceb7e;
}