Color names in this palette
CSS code for this palette
/* CSS */
.lavender-cream {
color: #c1a6f2;
}
.mauve-memento {
color: #a16899;
}
.prism-pink {
color: #f0a3c3;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lavender-cream:#c1a6f2;
--mauve-memento:#a16899;
--prism-pink:#f0a3c3;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
}