Color names in this palette
CSS code for this palette
/* CSS */
.mountain-flower-mauve {
color: #6d6fa2;
}
.wisteria-light-soft-blue {
color: #a8a6c5;
}
.fresh-heather {
color: #d2c2e0;
}
.calla {
color: #f2e0b5;
}
.coral-fountain {
color: #e3a6a1;
}
/* CSS Variables */
:root {
--mountain-flower-mauve:#6d6fa2;
--wisteria-light-soft-blue:#a8a6c5;
--fresh-heather:#d2c2e0;
--calla:#f2e0b5;
--coral-fountain:#e3a6a1;
}