Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.deep-water {
color: #2e70a3;
}
.high-blue {
color: #4ab3e8;
}
.fresh-pineapple {
color: #f1d350;
}
.bright-orange {
color: #f86c30;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--deep-water:#2e70a3;
--high-blue:#4ab3e8;
--fresh-pineapple:#f1d350;
--bright-orange:#f86c30;
}