Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f1c0e8;
}
.ocean-front {
color: #b7e3f0;
}
.green-trance {
color: #a5d7a2;
}
.lazy-daisy {
color: #f6eba2;
}
.coral-bead {
color: #f29b91;
}
/* CSS Variables */
:root {
--lavender-soap:#f1c0e8;
--ocean-front:#b7e3f0;
--green-trance:#a5d7a2;
--lazy-daisy:#f6eba2;
--coral-bead:#f29b91;
}