Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c1e4a;
}
.beaded-blue {
color: #4a4c8c;
}
.astro-zinger {
color: #7979be;
}
.new-green {
color: #b6a72f;
}
.sohi-red {
color: #e45c3a;
}
/* CSS Variables */
:root {
--fly-by-night:#1c1e4a;
--beaded-blue:#4a4c8c;
--astro-zinger:#7979be;
--new-green:#b6a72f;
--sohi-red:#e45c3a;
}