Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c1;
}
.sweet-lilac {
color: #eab8d1;
}
.berry-popsicle {
color: #d5a5d1;
}
.template {
color: #a8c8e1;
}
.shimmering-brook {
color: #65b1d2;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c1;
--sweet-lilac:#eab8d1;
--berry-popsicle:#d5a5d1;
--template:#a8c8e1;
--shimmering-brook:#65b1d2;
}