Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1e4e;
}
.sick-blue {
color: #4b2e8e;
}
.royal-lavender {
color: #7e4fab;
}
.lavender-blossom {
color: #b286e4;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1e4e;
--sick-blue:#4b2e8e;
--royal-lavender:#7e4fab;
--lavender-blossom:#b286e4;
--sunshine-mellow:#f1c40e;
}