Color names in this palette
CSS code for this palette
/* CSS */
.pollen-storm {
color: #b8a32e;
}
.dull-yellow {
color: #f0d75c;
}
.buttery-croissant {
color: #f6e09d;
}
.floral-leaf {
color: #ffb84d;
}
.bitter-orange {
color: #cf7a2a;
}
/* CSS Variables */
:root {
--pollen-storm:#b8a32e;
--dull-yellow:#f0d75c;
--buttery-croissant:#f6e09d;
--floral-leaf:#ffb84d;
--bitter-orange:#cf7a2a;
}