Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.white-chocolate {
color: #f0e3c7;
}
.indian-clay {
color: #f2cfc0;
}
.beauty-bush {
color: #ebb9b2;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--white-chocolate:#f0e3c7;
--indian-clay:#f2cfc0;
--beauty-bush:#ebb9b2;
--beauty-queen:#c45a8d;
}