Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1c407d;
}
.ramjet {
color: #4e77b1;
}
.windsor-way {
color: #a1c7e3;
}
.yellow-cream {
color: #f1d66a;
}
.xoxo {
color: #f17e90;
}
/* CSS Variables */
:root {
--maritime-outpost:#1c407d;
--ramjet:#4e77b1;
--windsor-way:#a1c7e3;
--yellow-cream:#f1d66a;
--xoxo:#f17e90;
}