Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.boat-house {
color: #4c8bb8;
}
.blue-bubble {
color: #a5d5e9;
}
.squash-blossom {
color: #f6b83c;
}
.apocalyptic-orange {
color: #f46a1f;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--boat-house:#4c8bb8;
--blue-bubble:#a5d5e9;
--squash-blossom:#f6b83c;
--apocalyptic-orange:#f46a1f;
}