Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.maximum-yellow-red {
color: #f4b548;
}
.sundance {
color: #f8c76d;
}
.lime-granita {
color: #dce3b5;
}
.light-budgie-blue {
color: #a1d5e8;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--maximum-yellow-red:#f4b548;
--sundance:#f8c76d;
--lime-granita:#dce3b5;
--light-budgie-blue:#a1d5e8;
}