Color names in this palette
CSS code for this palette
/* CSS */
.blue-grotto {
color: #4f9ec9;
}
.sail-away {
color: #5bb2e1;
}
.middle-blue {
color: #7fd2eb;
}
.welcoming-wasp {
color: #f0a800;
}
.halt-and-catch-fire {
color: #ff692e;
}
/* CSS Variables */
:root {
--blue-grotto:#4f9ec9;
--sail-away:#5bb2e1;
--middle-blue:#7fd2eb;
--welcoming-wasp:#f0a800;
--halt-and-catch-fire:#ff692e;
}