Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.tory-blue {
color: #394e89;
}
.grant-village {
color: #6d8fb0;
}
.frozen-blue {
color: #a6c4d9;
}
.pale-gold {
color: #ffdf6b;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--tory-blue:#394e89;
--grant-village:#6d8fb0;
--frozen-blue:#a6c4d9;
--pale-gold:#ffdf6b;
}