Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.little-beaux-blue {
color: #b8d5c5;
}
.peppermint {
color: #d8e6d0;
}
.bean-sprout {
color: #f5f9e7;
}
.satin-green {
color: #c8e1b7;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--little-beaux-blue:#b8d5c5;
--peppermint:#d8e6d0;
--bean-sprout:#f5f9e7;
--satin-green:#c8e1b7;
}