Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a9c7b9;
}
.light-sky-chase {
color: #b9d6da;
}
.star-map {
color: #d9e2e8;
}
.onion-white {
color: #e3d2c4;
}
.shady-pink {
color: #c4a6b0;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a9c7b9;
--light-sky-chase:#b9d6da;
--star-map:#d9e2e8;
--onion-white:#e3d2c4;
--shady-pink:#c4a6b0;
}