Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dull-yellow {
color: #f0d75c;
}
.lime-lizard {
color: #a3d55d;
}
.young-bamboo {
color: #69bf88;
}
.dayflower {
color: #389ad6;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dull-yellow:#f0d75c;
--lime-lizard:#a3d55d;
--young-bamboo:#69bf88;
--dayflower:#389ad6;
}