Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4c;
}
.rainy-lake {
color: #3b6c91;
}
.artesian-well {
color: #5bb2b3;
}
.syndicalist {
color: #f5c400;
}
.flame {
color: #e05a29;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4c;
--rainy-lake:#3b6c91;
--artesian-well:#5bb2b3;
--syndicalist:#f5c400;
--flame:#e05a29;
}