Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d93f3f;
}
.lively-coral {
color: #e77e7e;
}
.brain-pink {
color: #f2b1b1;
}
.royal-wedding {
color: #fce3e3;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--jasper:#d93f3f;
--lively-coral:#e77e7e;
--brain-pink:#f2b1b1;
--royal-wedding:#fce3e3;
--sunday-best:#f9c8c8;
}