Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-loneliness {
color: #496c83;
}
.june {
color: #9ac5d0;
}
.xanthous {
color: #f2b02c;
}
.spirit-warrior {
color: #d45640;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-loneliness:#496c83;
--june:#9ac5d0;
--xanthous:#f2b02c;
--spirit-warrior:#d45640;
}