Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1e1e8a;
}
.blue-gem {
color: #4c3c90;
}
.lusty-lavender {
color: #915dbb;
}
.apricot-sorbet {
color: #e5a75d;
}
.pastel-strawberry {
color: #ef4d4d;
}
/* CSS Variables */
:root {
--nightly-expedition:#1e1e8a;
--blue-gem:#4c3c90;
--lusty-lavender:#915dbb;
--apricot-sorbet:#e5a75d;
--pastel-strawberry:#ef4d4d;
}