Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1e3d76;
}
.mega-blue {
color: #3b6ba5;
}
.ocean-tropic {
color: #6ba6d6;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--assault:#1e3d76;
--mega-blue:#3b6ba5;
--ocean-tropic:#6ba6d6;
--chefchaouen-blue:#a1d1e8;
--american-yellow:#f5b400;
}