Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-juice {
color: #f45d8d;
}
.mystic-tulip {
color: #f7b5a1;
}
.azalea-pink {
color: #f9c3c4;
}
.ballet-white {
color: #f2e6d9;
}
.hibiscus-petal {
color: #f1a7ae;
}
/* CSS Variables */
:root {
--watermelon-juice:#f45d8d;
--mystic-tulip:#f7b5a1;
--azalea-pink:#f9c3c4;
--ballet-white:#f2e6d9;
--hibiscus-petal:#f1a7ae;
}