Color names in this palette
CSS code for this palette
/* CSS */
.bright-blue-violet {
color: #8a2ce2;
}
.lucid-dream {
color: #5e2c90;
}
.viking {
color: #4eb0c6;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--bright-blue-violet:#8a2ce2;
--lucid-dream:#5e2c90;
--viking:#4eb0c6;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}