Color names in this palette
CSS code for this palette
/* CSS */
.pegeen-peony {
color: #e9a0b2;
}
.first-peach {
color: #f4c8c8;
}
.canyonville {
color: #f5dfd1;
}
.noodles {
color: #f9e3b4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--pegeen-peony:#e9a0b2;
--first-peach:#f4c8c8;
--canyonville:#f5dfd1;
--noodles:#f9e3b4;
--squash-blossom:#f6b83c;
}