Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.liveliness {
color: #ffdeb8;
}
.gnocchi-beige {
color: #ffecb8;
}
.white {
color: #ffffff;
}
.glow-in-the-dark {
color: #baffb3;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--liveliness:#ffdeb8;
--gnocchi-beige:#ffecb8;
--white:#ffffff;
--glow-in-the-dark:#baffb3;
}