Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.lochmara {
color: #2e6d9e;
}
.epimetheus {
color: #4ab1d3;
}
.squash-blossom {
color: #f6b83c;
}
.sun-orange {
color: #f37c20;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--lochmara:#2e6d9e;
--epimetheus:#4ab1d3;
--squash-blossom:#f6b83c;
--sun-orange:#f37c20;
}