Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.charter {
color: #6bb6d1;
}
.ocean-cruise {
color: #9ed4e0;
}
.welcoming-wasp {
color: #f0a800;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--charter:#6bb6d1;
--ocean-cruise:#9ed4e0;
--welcoming-wasp:#f0a800;
--durotar-fire:#f05a28;
}