Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.woad-blue {
color: #5a7dba;
}
.windsor-way {
color: #a2c7e7;
}
.antique-cameo {
color: #f0b6a3;
}
.chat-orange {
color: #f6993c;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--woad-blue:#5a7dba;
--windsor-way:#a2c7e7;
--antique-cameo:#f0b6a3;
--chat-orange:#f6993c;
}