Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191e4d;
}
.gem {
color: #4c5c8a;
}
.blue-intrigue {
color: #7d7e9b;
}
.indian-pale-ale {
color: #d6b929;
}
.flame {
color: #e05a29;
}
/* CSS Variables */
:root {
--fly-by-night:#191e4d;
--gem:#4c5c8a;
--blue-intrigue:#7d7e9b;
--indian-pale-ale:#d6b929;
--flame:#e05a29;
}