Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #296e8e;
}
.epimetheus {
color: #4bb0d8;
}
.lightning-yellow {
color: #f69f2c;
}
.firecracker {
color: #f2683a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#296e8e;
--epimetheus:#4bb0d8;
--lightning-yellow:#f69f2c;
--firecracker:#f2683a;
}