Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.jazz-blue {
color: #1e699f;
}
.aztec-sky {
color: #4fb4d8;
}
.lime-lizard {
color: #a3d55d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--jazz-blue:#1e699f;
--aztec-sky:#4fb4d8;
--lime-lizard:#a3d55d;
--creamy-sweet-corn:#f9c54e;
}