Color names in this palette
CSS code for this palette
/* CSS */
.light-fresh-lime {
color: #e0f7d4;
}
.chefchaouen-blue {
color: #a1cfe8;
}
.flower-spell {
color: #ffc7d7;
}
.shalimar {
color: #f6f6a7;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--light-fresh-lime:#e0f7d4;
--chefchaouen-blue:#a1cfe8;
--flower-spell:#ffc7d7;
--shalimar:#f6f6a7;
--poodle-skirt:#ffb3ba;
}