Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.spirit-warrior {
color: #d1533d;
}
.tile-red {
color: #c76c48;
}
.butter-cream {
color: #f5b042;
}
.peach-damask {
color: #f7c6a6;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--spirit-warrior:#d1533d;
--tile-red:#c76c48;
--butter-cream:#f5b042;
--peach-damask:#f7c6a6;
}