Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c5;
}
.peach-damask {
color: #f9c6a9;
}
.lazy-daisy {
color: #f5e89e;
}
.fresh-lettuce {
color: #b5d98c;
}
.light-delphin {
color: #9ed1e5;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c5;
--peach-damask:#f9c6a9;
--lazy-daisy:#f5e89e;
--fresh-lettuce:#b5d98c;
--light-delphin:#9ed1e5;
}