Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.blue-angels-yellow {
color: #fab700;
}
.xanthic {
color: #f8e61b;
}
.be-spontaneous {
color: #a0d468;
}
.king-lizard {
color: #7dd421;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--blue-angels-yellow:#fab700;
--xanthic:#f8e61b;
--be-spontaneous:#a0d468;
--king-lizard:#7dd421;
}