Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c7;
}
.carnation-bouquet {
color: #f2c0cf;
}
.iced-vovo {
color: #e1a3b3;
}
.blush-tint {
color: #f4e1e6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c7;
--carnation-bouquet:#f2c0cf;
--iced-vovo:#e1a3b3;
--blush-tint:#f4e1e6;
--blush-hour:#ff7092;
}