Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a76c96;
}
.beach-lilac {
color: #bda4c1;
}
.blackberry-yogurt {
color: #e1b6e7;
}
.laurel-pink {
color: #f5e1db;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--mauve-memento:#a76c96;
--beach-lilac:#bda4c1;
--blackberry-yogurt:#e1b6e7;
--laurel-pink:#f5e1db;
--sunshine-mellow:#f1c40e;
}