Color names in this palette
CSS code for this palette
/* CSS */
.lolita {
color: #c02a32;
}
.ardent-coral {
color: #e7746a;
}
.sweet-sheba {
color: #f1b7a7;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.limestoned {
color: #a7caa0;
}
/* CSS Variables */
:root {
--lolita:#c02a32;
--ardent-coral:#e7746a;
--sweet-sheba:#f1b7a7;
--smooth-as-corn-silk:#f4e3b3;
--limestoned:#a7caa0;
}