Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.blue-grotto {
color: #4da8c7;
}
.nevada-sky {
color: #a3d7e6;
}
.welcoming-wasp {
color: #f0a800;
}
.bright-orange {
color: #f86c30;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--blue-grotto:#4da8c7;
--nevada-sky:#a3d7e6;
--welcoming-wasp:#f0a800;
--bright-orange:#f86c30;
}