Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.beaded-blue {
color: #4d4d8f;
}
.astro-zinger {
color: #7b7bbc;
}
.epidote-olvene-ore {
color: #ab8e4f;
}
.red-arremer {
color: #e65151;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--beaded-blue:#4d4d8f;
--astro-zinger:#7b7bbc;
--epidote-olvene-ore:#ab8e4f;
--red-arremer:#e65151;
}