Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #d6a8e1;
}
.neighborly-peach {
color: #f5c2a3;
}
.light-orchid {
color: #e2a7d5;
}
.canter-peach {
color: #f7d5bb;
}
.indian-mesa {
color: #d6a08f;
}
/* CSS Variables */
:root {
--barely-bloomed:#d6a8e1;
--neighborly-peach:#f5c2a3;
--light-orchid:#e2a7d5;
--canter-peach:#f7d5bb;
--indian-mesa:#d6a08f;
}