Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d64d38;
}
.blue-angels-yellow {
color: #fab700;
}
.yellow-essence {
color: #fce2b6;
}
.bilious-green {
color: #a5d86e;
}
.lush-grass {
color: #4c8c4a;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d64d38;
--blue-angels-yellow:#fab700;
--yellow-essence:#fce2b6;
--bilious-green:#a5d86e;
--lush-grass:#4c8c4a;
}