Color names in this palette
CSS code for this palette
/* CSS */
.mauve-memento {
color: #a76c95;
}
.pale-lilac {
color: #d9b4c3;
}
.light-corn-yellow {
color: #e2c3a1;
}
.lemon-rose {
color: #f9e8ae;
}
.salsa-sizzle {
color: #f07b3d;
}
/* CSS Variables */
:root {
--mauve-memento:#a76c95;
--pale-lilac:#d9b4c3;
--light-corn-yellow:#e2c3a1;
--lemon-rose:#f9e8ae;
--salsa-sizzle:#f07b3d;
}