Color names in this palette
CSS code for this palette
/* CSS */
.sage-violet {
color: #4b3d7b;
}
.lavish-spending {
color: #8b69bf;
}
.bright-ube {
color: #cfa0e9;
}
.almeja {
color: #f4e0c8;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--sage-violet:#4b3d7b;
--lavish-spending:#8b69bf;
--bright-ube:#cfa0e9;
--almeja:#f4e0c8;
--welcoming-wasp:#f0a800;
}