Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blues {
color: #2a6898;
}
.inuit {
color: #57a1b7;
}
.summer-soft-blue {
color: #92d3d2;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blues:#2a6898;
--inuit:#57a1b7;
--summer-soft-blue:#92d3d2;
--yellow-wax-pepper:#f0e6b7;
}