Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5c2e2d;
}
.dirty-pink {
color: #ca7e7d;
}
.chewing-gum {
color: #e4b0af;
}
.alyssa {
color: #f4e3d7;
}
.summer-bloom {
color: #d0bfb4;
}
/* CSS Variables */
:root {
--christmas-brown:#5c2e2d;
--dirty-pink:#ca7e7d;
--chewing-gum:#e4b0af;
--alyssa:#f4e3d7;
--summer-bloom:#d0bfb4;
}