Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.kisses-and-hugs {
color: #ff667d;
}
.winter-s-day {
color: #e0f6ff;
}
.shaded-sun {
color: #f6eba7;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--kisses-and-hugs:#ff667d;
--winter-s-day:#e0f6ff;
--shaded-sun:#f6eba7;
--floral-leaf:#ffb84d;
}