Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f8e5b4;
}
.neighborly-peach {
color: #f1c3a2;
}
.funki-porcini {
color: #f0999a;
}
.lavender-sweater {
color: #c57dc0;
}
.wisteria-purple {
color: #8d5b9f;
}
/* CSS Variables */
:root {
--noodles:#f8e5b4;
--neighborly-peach:#f1c3a2;
--funki-porcini:#f0999a;
--lavender-sweater:#c57dc0;
--wisteria-purple:#8d5b9f;
}