Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.lazy-daisy {
color: #f3eba0;
}
.poppy-petal {
color: #f89c8b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peppermint-swirl {
color: #d45984;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--lazy-daisy:#f3eba0;
--poppy-petal:#f89c8b;
--grapefruit-pulp:#ff6e61;
--peppermint-swirl:#d45984;
}