Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.sailor-s-bay {
color: #496f92;
}
.airborne {
color: #a1c1d4;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.tory-red {
color: #d86b5f;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--sailor-s-bay:#496f92;
--airborne:#a1c1d4;
--antique-wicker-basket:#f7d3a1;
--tory-red:#d86b5f;
}