Color names in this palette
CSS code for this palette
/* CSS */
.kind-green {
color: #a8c2b1;
}
.apple-cream {
color: #b4d5a5;
}
.lime-granita {
color: #d9e1b7;
}
.bakelite {
color: #e5d6a4;
}
.neighborly-peach {
color: #f1c3a2;
}
/* CSS Variables */
:root {
--kind-green:#a8c2b1;
--apple-cream:#b4d5a5;
--lime-granita:#d9e1b7;
--bakelite:#e5d6a4;
--neighborly-peach:#f1c3a2;
}