Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2a6b8d;
}
.sea-serpent {
color: #4dc4d1;
}
.radiant-sun {
color: #f3ca4f;
}
.rich-gardenia {
color: #f67c4c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2a6b8d;
--sea-serpent:#4dc4d1;
--radiant-sun:#f3ca4f;
--rich-gardenia:#f67c4c;
}