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