Color names in this palette
CSS code for this palette
/* CSS */
.feather-green {
color: #a0cfb4;
}
.natural-youth {
color: #d5e5b3;
}
.cr-me-de-la-cr-me {
color: #f2e7b5;
}
.whipped-peach {
color: #f9cdae;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--feather-green:#a0cfb4;
--natural-youth:#d5e5b3;
--cr-me-de-la-cr-me:#f2e7b5;
--whipped-peach:#f9cdae;
--unripe-strawberry:#f78da7;
}