Color names in this palette
CSS code for this palette
/* CSS */
.dayflower-blue {
color: #768bc1;
}
.sky-high {
color: #a9bdf4;
}
.icy-plains {
color: #d2e0f9;
}
.milky-yellow {
color: #f7dd73;
}
.sweet-pink {
color: #f1968e;
}
/* CSS Variables */
:root {
--dayflower-blue:#768bc1;
--sky-high:#a9bdf4;
--icy-plains:#d2e0f9;
--milky-yellow:#f7dd73;
--sweet-pink:#f1968e;
}