Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.sailor-s-bay {
color: #4b6f91;
}
.forever-blue {
color: #8b9bb6;
}
.natural-grey {
color: #c4c1ba;
}
.chilean-fire {
color: #d45d35;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--sailor-s-bay:#4b6f91;
--forever-blue:#8b9bb6;
--natural-grey:#c4c1ba;
--chilean-fire:#d45d35;
}