Color names in this palette
CSS code for this palette
/* CSS */
.blue-vacation {
color: #1e7da9;
}
.oasis-spring {
color: #46a3c8;
}
.candid-blue {
color: #6cc3e0;
}
.ganon-blue {
color: #9ee3f5;
}
.biohazard-suit {
color: #f9f94e;
}
/* CSS Variables */
:root {
--blue-vacation:#1e7da9;
--oasis-spring:#46a3c8;
--candid-blue:#6cc3e0;
--ganon-blue:#9ee3f5;
--biohazard-suit:#f9f94e;
}