Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.blue-regent {
color: #2a5d92;
}
.petrel {
color: #3e76b6;
}
.winter-lakes {
color: #5d95d5;
}
.blue-eyed-boy {
color: #8bb9e5;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--blue-regent:#2a5d92;
--petrel:#3e76b6;
--winter-lakes:#5d95d5;
--blue-eyed-boy:#8bb9e5;
}