Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6b;
}
.ocean-call {
color: #296d8e;
}
.jolt-of-jade {
color: #4cb8a0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--limoges:#1f3b6b;
--ocean-call:#296d8e;
--jolt-of-jade:#4cb8a0;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}