Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.buster {
color: #3e4b6a;
}
.provincial-blue {
color: #5f7d91;
}
.regent-st-blue {
color: #9bcad9;
}
.laundry-white {
color: #f5f9f1;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--buster:#3e4b6a;
--provincial-blue:#5f7d91;
--regent-st-blue:#9bcad9;
--laundry-white:#f5f9f1;
}