Color names in this palette
CSS code for this palette
/* CSS */
.red-contrast {
color: #b23436;
}
.wet-coral {
color: #d2594b;
}
.cuticle-pink {
color: #e8a39b;
}
.just-a-tease {
color: #f9d6d2;
}
.english-rose {
color: #f2c5c5;
}
/* CSS Variables */
:root {
--red-contrast:#b23436;
--wet-coral:#d2594b;
--cuticle-pink:#e8a39b;
--just-a-tease:#f9d6d2;
--english-rose:#f2c5c5;
}