Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0b518e;
}
.scooter {
color: #2b8f9c;
}
.sea-serpent {
color: #4bc7d2;
}
.ice-crystal-blue {
color: #a4e2e5;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--yale-blue:#0b518e;
--scooter:#2b8f9c;
--sea-serpent:#4bc7d2;
--ice-crystal-blue:#a4e2e5;
--vanilla-shake:#fffbf0;
}