Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.beaded-blue {
color: #4a4a8c;
}
.astro-zinger {
color: #7979be;
}
.dalmatian-sage {
color: #9f9fdf;
}
.errigal-white {
color: #f0f0f5;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--beaded-blue:#4a4a8c;
--astro-zinger:#7979be;
--dalmatian-sage:#9f9fdf;
--errigal-white:#f0f0f5;
}