Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d1a1e2;
}
.ripe-lavander {
color: #a15cc7;
}
.sweet-flag {
color: #693b91;
}
.fading-horizon {
color: #3d1f6b;
}
.snorlax {
color: #1f1b79;
}
/* CSS Variables */
:root {
--bright-ube:#d1a1e2;
--ripe-lavander:#a15cc7;
--sweet-flag:#693b91;
--fading-horizon:#3d1f6b;
--snorlax:#1f1b79;
}