Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.bayern-blue {
color: #0096d6;
}
.blue-atoll {
color: #00b0e0;
}
.aztec-turquoise {
color: #00d2e6;
}
.tamarama {
color: #19e5e6;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--bayern-blue:#0096d6;
--blue-atoll:#00b0e0;
--aztec-turquoise:#00d2e6;
--tamarama:#19e5e6;
}