Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.deep-water {
color: #2c709b;
}
.lake-thun {
color: #4cb9e1;
}
.american-yellow {
color: #f5b400;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--deep-water:#2c709b;
--lake-thun:#4cb9e1;
--american-yellow:#f5b400;
--mandarin-red:#e74d3c;
}