Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6c508b;
}
.tatarian-aster {
color: #9a6b9e;
}
.bright-ube {
color: #d599eb;
}
.sugar-high {
color: #f1c6e7;
}
.oyster-bisque {
color: #f2e4b1;
}
/* CSS Variables */
:root {
--magenta-violet:#6c508b;
--tatarian-aster:#9a6b9e;
--bright-ube:#d599eb;
--sugar-high:#f1c6e7;
--oyster-bisque:#f2e4b1;
}