Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2f4b89;
}
.zenith {
color: #497b9c;
}
.frozen-blue {
color: #a7c4d7;
}
.casablanca {
color: #f0b351;
}
.vivid-red-tangelo {
color: #db5e24;
}
/* CSS Variables */
:root {
--blue-highlight:#2f4b89;
--zenith:#497b9c;
--frozen-blue:#a7c4d7;
--casablanca:#f0b351;
--vivid-red-tangelo:#db5e24;
}