Color names in this palette
CSS code for this palette
/* CSS */
.vanishing {
color: #3b0c55;
}
.lucid-dream {
color: #5d2a92;
}
.lusty-lavender {
color: #8c5cbc;
}
.seraphim-sepia {
color: #d8814b;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--vanishing:#3b0c55;
--lucid-dream:#5d2a92;
--lusty-lavender:#8c5cbc;
--seraphim-sepia:#d8814b;
--usc-gold:#ffcc00;
}