Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3d79;
}
.boat-house {
color: #4b8cbe;
}
.french-sky-blue {
color: #76b3f4;
}
.juzcar-blue {
color: #a1d2f7;
}
.aspen-yellow {
color: #f4e09f;
}
/* CSS Variables */
:root {
--assault:#1b3d79;
--boat-house:#4b8cbe;
--french-sky-blue:#76b3f4;
--juzcar-blue:#a1d2f7;
--aspen-yellow:#f4e09f;
}