Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a1e2;
}
.lavender {
color: #b56fd3;
}
.royal-lavender {
color: #794db3;
}
.surprise-amber {
color: #f0b97a;
}
.solarized {
color: #f8d04f;
}
/* CSS Variables */
:root {
--bright-ube:#d4a1e2;
--lavender:#b56fd3;
--royal-lavender:#794db3;
--surprise-amber:#f0b97a;
--solarized:#f8d04f;
}