Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1d89b4;
}
.aztec-sky {
color: #4db8d5;
}
.photon-barrier {
color: #84e2f0;
}
.sunny {
color: #f4f67e;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--hidden-springs:#1d89b4;
--aztec-sky:#4db8d5;
--photon-barrier:#84e2f0;
--sunny:#f4f67e;
--welcoming-wasp:#f0a800;
}