Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.capri {
color: #00bfff;
}
.ice-climber {
color: #1ce3d6;
}
.rare-wind {
color: #61ffc2;
}
.everest {
color: #a0e4e0;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--capri:#00bfff;
--ice-climber:#1ce3d6;
--rare-wind:#61ffc2;
--everest:#a0e4e0;
}