Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.wedgewood {
color: #496a88;
}
.blue-mountain {
color: #799cbe;
}
.morning-star {
color: #c2d2e5;
}
.friendly-yellow {
color: #f5e2b2;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--wedgewood:#496a88;
--blue-mountain:#799cbe;
--morning-star:#c2d2e5;
--friendly-yellow:#f5e2b2;
}