Color names in this palette
CSS code for this palette
/* CSS */
.alden-till {
color: #7c4b4b;
}
.delhi-spice {
color: #a36d6c;
}
.calliope {
color: #c89c8d;
}
.gypsum-rose {
color: #e4c2af;
}
.ephemeral-peach {
color: #fce1d4;
}
/* CSS Variables */
:root {
--alden-till:#7c4b4b;
--delhi-spice:#a36d6c;
--calliope:#c89c8d;
--gypsum-rose:#e4c2af;
--ephemeral-peach:#fce1d4;
}