Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5c2e2e;
}
.alden-till {
color: #7c4b4b;
}
.delhi-spice {
color: #a66e6e;
}
.foggy-quartz {
color: #c19f9f;
}
.cranapple-cream {
color: #e7c5c5;
}
/* CSS Variables */
:root {
--christmas-brown:#5c2e2e;
--alden-till:#7c4b4b;
--delhi-spice:#a66e6e;
--foggy-quartz:#c19f9f;
--cranapple-cream:#e7c5c5;
}