Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.fun-and-games {
color: #2e7c9e;
}
.baharroth-blue {
color: #56c4d2;
}
.quench-blue {
color: #b4e1e4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--fun-and-games:#2e7c9e;
--baharroth-blue:#56c4d2;
--quench-blue:#b4e1e4;
--creamy-sweet-corn:#f9c54e;
}