Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.rainy-lake {
color: #3e6a93;
}
.stillwater {
color: #6da4b0;
}
.in-good-taste {
color: #b9d2a2;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--rainy-lake:#3e6a93;
--stillwater:#6da4b0;
--in-good-taste:#b9d2a2;
--radiant-sun:#f3ca4f;
}