Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.fun-and-games {
color: #2e7c9e;
}
.jolt-of-jade {
color: #4ac4a0;
}
.lilliputian-lime {
color: #82d553;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--fun-and-games:#2e7c9e;
--jolt-of-jade:#4ac4a0;
--lilliputian-lime:#82d553;
--creamy-sweet-corn:#f9c54e;
}