Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.adrift {
color: #4b8e9b;
}
.open-seas {
color: #80b1bc;
}
.earth-yellow {
color: #e0a55c;
}
.barely-brown {
color: #d76d56;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--adrift:#4b8e9b;
--open-seas:#80b1bc;
--earth-yellow:#e0a55c;
--barely-brown:#d76d56;
}