Color names in this palette
CSS code for this palette
/* CSS */
.pale-mint {
color: #a9c4a1;
}
.river-mist {
color: #d5e2d5;
}
.whitest-white {
color: #f5faf5;
}
.allspice {
color: #f9cea9;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--pale-mint:#a9c4a1;
--river-mist:#d5e2d5;
--whitest-white:#f5faf5;
--allspice:#f9cea9;
--beauty-bush:#ebb9b2;
}