Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.dirty-blue {
color: #3f7f9d;
}
.water-flow {
color: #7ac5d6;
}
.french-vanilla {
color: #f1e1a7;
}
.usubeni-red {
color: #f66a6a;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--dirty-blue:#3f7f9d;
--water-flow:#7ac5d6;
--french-vanilla:#f1e1a7;
--usubeni-red:#f66a6a;
}