Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e6b7d7;
}
.in-the-pink {
color: #f2c5d3;
}
.cheddar-corn {
color: #f8d4b4;
}
.romantic {
color: #fdc7a0;
}
.coral-blossom {
color: #f8bfa0;
}
/* CSS Variables */
:root {
--child-s-play:#e6b7d7;
--in-the-pink:#f2c5d3;
--cheddar-corn:#f8d4b4;
--romantic:#fdc7a0;
--coral-blossom:#f8bfa0;
}