Color names in this palette
CSS code for this palette
/* CSS */
.kindness {
color: #d1b3c1;
}
.clerestory {
color: #f5e6e0;
}
.arts-crafts-gold {
color: #f8c58b;
}
.blue-angels-yellow {
color: #fab700;
}
.christmas-orange {
color: #d76e28;
}
/* CSS Variables */
:root {
--kindness:#d1b3c1;
--clerestory:#f5e6e0;
--arts-crafts-gold:#f8c58b;
--blue-angels-yellow:#fab700;
--christmas-orange:#d76e28;
}