Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.zenith {
color: #497b9c;
}
.frozen-blue {
color: #a6c4d9;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.emberglow {
color: #e7685a;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--zenith:#497b9c;
--frozen-blue:#a6c4d9;
--antique-wicker-basket:#f6d2a2;
--emberglow:#e7685a;
}