Color names in this palette
CSS code for this palette
/* CSS */
.ancient-prunus {
color: #5a3f3f;
}
.delhi-spice {
color: #a66e6e;
}
.rose-stain {
color: #d3b6b6;
}
.reduced-pink {
color: #f6e4e4;
}
.silver-strawberry {
color: #f1c1c1;
}
/* CSS Variables */
:root {
--ancient-prunus:#5a3f3f;
--delhi-spice:#a66e6e;
--rose-stain:#d3b6b6;
--reduced-pink:#f6e4e4;
--silver-strawberry:#f1c1c1;
}