Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.bayern-blue {
color: #0096d6;
}
.maldives {
color: #00bdd6;
}
.bright-turquoise {
color: #00e6e2;
}
.ice-ice-baby {
color: #00ffd5;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--bayern-blue:#0096d6;
--maldives:#00bdd6;
--bright-turquoise:#00e6e2;
--ice-ice-baby:#00ffd5;
}