Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.petals-unfolding {
color: #f4b8c1;
}
.rockmelon-rind {
color: #d2e3b0;
}
.terrace-pool {
color: #a3d6e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--petals-unfolding:#f4b8c1;
--rockmelon-rind:#d2e3b0;
--terrace-pool:#a3d6e0;
--grapefruit-pulp:#ff6e61;
}