Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.bayern-blue {
color: #0096d6;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00d2e6;
}
.aztec-turquoise {
color: #00e0e0;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--bayern-blue:#0096d6;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00d2e6;
--aztec-turquoise:#00e0e0;
}