Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.chantilly {
color: #eab8c9;
}
.pink-frosting {
color: #f5d6e1;
}
.love-spell {
color: #f8b9c5;
}
.strawberry-milkshake {
color: #d46e85;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--chantilly:#eab8c9;
--pink-frosting:#f5d6e1;
--love-spell:#f8b9c5;
--strawberry-milkshake:#d46e85;
}