Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.team-spirit {
color: #3f6788;
}
.explorer-blue {
color: #5aa0af;
}
.green-daze {
color: #8cd4c6;
}
.roadster-yellow {
color: #f3e1a0;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--team-spirit:#3f6788;
--explorer-blue:#5aa0af;
--green-daze:#8cd4c6;
--roadster-yellow:#f3e1a0;
}