Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.southern-blue {
color: #3a5a88;
}
.revival {
color: #5f7fa5;
}
.metal-gear {
color: #9fc2df;
}
.james-blonde {
color: #f1e3b7;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--southern-blue:#3a5a88;
--revival:#5f7fa5;
--metal-gear:#9fc2df;
--james-blonde:#f1e3b7;
}