Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.phellodendron-amurense {
color: #f6be3c;
}
.gilded {
color: #f6d94c;
}
.dilly-dally {
color: #f5de5b;
}
.limon {
color: #f6e86f;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--phellodendron-amurense:#f6be3c;
--gilded:#f6d94c;
--dilly-dally:#f5de5b;
--limon:#f6e86f;
}