Color names in this palette
CSS code for this palette
/* CSS */
.ladylike {
color: #ffc2c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.just-a-fairytale {
color: #6b5b95;
}
.berry-popsicle {
color: #d5a5d1;
}
/* CSS Variables */
:root {
--ladylike:#ffc2c2;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--just-a-fairytale:#6b5b95;
--berry-popsicle:#d5a5d1;
}