Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.fun-and-games {
color: #2f7998;
}
.glassmith {
color: #49b7c1;
}
.blue-tint {
color: #9dd8d8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--fun-and-games:#2f7998;
--glassmith:#49b7c1;
--blue-tint:#9dd8d8;
--creamy-sweet-corn:#f9c54e;
}