Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.nightly-blade {
color: #597f9b;
}
.pond-blue {
color: #8bb3c6;
}
.strike-it-rich {
color: #d9b45e;
}
.pink-pepper {
color: #e95d6b;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--nightly-blade:#597f9b;
--pond-blue:#8bb3c6;
--strike-it-rich:#d9b45e;
--pink-pepper:#e95d6b;
}