Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3b5c;
}
.ocean-call {
color: #2e6e8e;
}
.glassmith {
color: #4ab4c4;
}
.squash-blossom {
color: #f6b83c;
}
.dusty-orange {
color: #e06e52;
}
/* CSS Variables */
:root {
--navy-peony:#1f3b5c;
--ocean-call:#2e6e8e;
--glassmith:#4ab4c4;
--squash-blossom:#f6b83c;
--dusty-orange:#e06e52;
}