Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #ebb9b2;
}
.popcorn {
color: #f4d07b;
}
.mint-cocktail-green {
color: #b9e0b2;
}
.harbor {
color: #598e9b;
}
.mauve-memento {
color: #a76c92;
}
/* CSS Variables */
:root {
--beauty-bush:#ebb9b2;
--popcorn:#f4d07b;
--mint-cocktail-green:#b9e0b2;
--harbor:#598e9b;
--mauve-memento:#a76c92;
}