Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e29cd2;
}
.bright-ube {
color: #d6a1e8;
}
.melrose {
color: #c6b2e0;
}
.sea-cliff {
color: #a4c8e0;
}
.throat-chakra {
color: #6cccda;
}
/* CSS Variables */
:root {
--exotic-violet:#e29cd2;
--bright-ube:#d6a1e8;
--melrose:#c6b2e0;
--sea-cliff:#a4c8e0;
--throat-chakra:#6cccda;
}