Color names in this palette
CSS code for this palette
/* CSS */
.marzena-dream {
color: #a9d1ef;
}
.bellagio-fountains {
color: #b5e1f2;
}
.icy-wind {
color: #d3f3f0;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--marzena-dream:#a9d1ef;
--bellagio-fountains:#b5e1f2;
--icy-wind:#d3f3f0;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}