Color names in this palette
CSS code for this palette
/* CSS */
.morning-star {
color: #c2d1e5;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.strawberry-buttercream {
color: #f0b3ff;
}
.magenta-violet {
color: #6a4e8d;
}
/* CSS Variables */
:root {
--morning-star:#c2d1e5;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--strawberry-buttercream:#f0b3ff;
--magenta-violet:#6a4e8d;
}