Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.sandy-bay {
color: #f8d6b4;
}
.dandelion-wine {
color: #faf4b7;
}
.cruise {
color: #b2e1d5;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--sandy-bay:#f8d6b4;
--dandelion-wine:#faf4b7;
--cruise:#b2e1d5;
--regale-blue:#80b3d6;
}