Color names in this palette
CSS code for this palette
/* CSS */
.spiced-coral {
color: #d84f54;
}
.pink-chi {
color: #e6898b;
}
.precious-pink {
color: #f4b3b3;
}
.just-a-tease {
color: #f9d4d2;
}
.royal-wedding {
color: #fce3e4;
}
/* CSS Variables */
:root {
--spiced-coral:#d84f54;
--pink-chi:#e6898b;
--precious-pink:#f4b3b3;
--just-a-tease:#f9d4d2;
--royal-wedding:#fce3e4;
}