Color names in this palette
CSS code for this palette
/* CSS */
.aida {
color: #b3c7b4;
}
.mauve-memento {
color: #a76c95;
}
.girl-power {
color: #d39ccf;
}
.gumball {
color: #e8b5d2;
}
.sprinkled-with-pink {
color: #e6a3ae;
}
/* CSS Variables */
:root {
--aida:#b3c7b4;
--mauve-memento:#a76c95;
--girl-power:#d39ccf;
--gumball:#e8b5d2;
--sprinkled-with-pink:#e6a3ae;
}