Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d6a4e5;
}
.ripe-lavander {
color: #a15cc7;
}
.lucid-dream {
color: #6a2b91;
}
.romanic-scene {
color: #3c0a4d;
}
.treasure-isle {
color: #5e9c93;
}
/* CSS Variables */
:root {
--bright-ube:#d6a4e5;
--ripe-lavander:#a15cc7;
--lucid-dream:#6a2b91;
--romanic-scene:#3c0a4d;
--treasure-isle:#5e9c93;
}