Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.spirit-warrior {
color: #d1563d;
}
.amber-wave {
color: #d88955;
}
.butter-cream {
color: #f4b043;
}
.cream-blush {
color: #f8c69b;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--spirit-warrior:#d1563d;
--amber-wave:#d88955;
--butter-cream:#f4b043;
--cream-blush:#f8c69b;
}