Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b3;
}
.neighborly-peach {
color: #f1c3a2;
}
.italian-straw {
color: #e8d1a1;
}
.parsnip {
color: #d4c99b;
}
.sawgrass-basket {
color: #c3b08d;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b3;
--neighborly-peach:#f1c3a2;
--italian-straw:#e8d1a1;
--parsnip:#d4c99b;
--sawgrass-basket:#c3b08d;
}