Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.boat-house {
color: #4e8dc1;
}
.water-nymph {
color: #83d4e2;
}
.crunch {
color: #f0ba5c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--boat-house:#4e8dc1;
--water-nymph:#83d4e2;
--crunch:#f0ba5c;
--orange-gluttony:#e77e23;
}