Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1d4e;
}
.geode {
color: #4e3c67;
}
.cheerful-wine {
color: #7d3f5b;
}
.track-and-field {
color: #d6664c;
}
.marigold-dust {
color: #f5ca3d;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1d4e;
--geode:#4e3c67;
--cheerful-wine:#7d3f5b;
--track-and-field:#d6664c;
--marigold-dust:#f5ca3d;
}