Color names in this palette
CSS code for this palette
/* CSS */
.jalape-o-red {
color: #c20f3c;
}
.spiced-coral {
color: #d54d5f;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.rose-reminder {
color: #f5c2c6;
}
.marshmallow-rose {
color: #f7e4e5;
}
/* CSS Variables */
:root {
--jalape-o-red:#c20f3c;
--spiced-coral:#d54d5f;
--sprinkled-with-pink:#e8a1ae;
--rose-reminder:#f5c2c6;
--marshmallow-rose:#f7e4e5;
}