Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.antilles-blue {
color: #395c89;
}
.winter-lake {
color: #698b9b;
}
.tear {
color: #b3d8e0;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--antilles-blue:#395c89;
--winter-lake:#698b9b;
--tear:#b3d8e0;
--smooth-as-corn-silk:#f4e2b3;
}