Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.takaka {
color: #3e4f75;
}
.tort {
color: #5d8e8d;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--takaka:#3e4f75;
--tort:#5d8e8d;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
}