Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.living-stream {
color: #3b708c;
}
.viking {
color: #4eb4c6;
}
.glitter-yellow {
color: #f7d859;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--living-stream:#3b708c;
--viking:#4eb4c6;
--glitter-yellow:#f7d859;
--fire-island:#d8503b;
}