Color names in this palette
CSS code for this palette
/* CSS */
.clear-mauve {
color: #7b68b6;
}
.sorbet-ice-mauve {
color: #a2a6e2;
}
.pretty-petunia {
color: #d1b2e0;
}
.mountain-laurel {
color: #f6c6d7;
}
.rogue-pink {
color: #f4a4c4;
}
/* CSS Variables */
:root {
--clear-mauve:#7b68b6;
--sorbet-ice-mauve:#a2a6e2;
--pretty-petunia:#d1b2e0;
--mountain-laurel:#f6c6d7;
--rogue-pink:#f4a4c4;
}