Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.rose-of-sharon {
color: #aa4e2c;
}
.sunshine-mellow {
color: #f1c40e;
}
.blue-chill {
color: #3e8e8e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--rose-of-sharon:#aa4e2c;
--sunshine-mellow:#f1c40e;
--blue-chill:#3e8e8e;
--dodgeroll-gold:#f39c12;
}