Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.cruise {
color: #b3e0d6;
}
.peach-patch {
color: #f4d69f;
}
.snow-white-blush {
color: #f9aeae;
}
.shocking {
color: #e89cbe;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--cruise:#b3e0d6;
--peach-patch:#f4d69f;
--snow-white-blush:#f9aeae;
--shocking:#e89cbe;
}