Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1e4e;
}
.blue-rose {
color: #2a2b7a;
}
.liberty {
color: #4b4c9b;
}
.tanzine {
color: #7c83d0;
}
.boxwood-yellow {
color: #f0e4a8;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1e4e;
--blue-rose:#2a2b7a;
--liberty:#4b4c9b;
--tanzine:#7c83d0;
--boxwood-yellow:#f0e4a8;
}