Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-smoothie {
color: #e59fa4;
}
.watermelon-pink {
color: #c27a8f;
}
.cosmetic-red {
color: #a15e7a;
}
.gladiola-violet {
color: #6d507c;
}
.bright-eggplant {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--strawberry-smoothie:#e59fa4;
--watermelon-pink:#c27a8f;
--cosmetic-red:#a15e7a;
--gladiola-violet:#6d507c;
--bright-eggplant:#5e4b8b;
}