Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c52b3a;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.yucca-cream {
color: #a2d7c6;
}
.quiet-storm {
color: #2c596d;
}
.alyssa {
color: #f4e2d7;
}
/* CSS Variables */
:root {
--mars-red:#c52b3a;
--cat-s-eye-marble:#d6a75c;
--yucca-cream:#a2d7c6;
--quiet-storm:#2c596d;
--alyssa:#f4e2d7;
}