Color names in this palette
CSS code for this palette
/* CSS */
.bayern-blue {
color: #0096d6;
}
.krishna-blue {
color: #00aeff;
}
.crisp-cyan {
color: #1fffff;
}
.moonglade-water {
color: #66ffff;
}
.affen-turquoise {
color: #a8ffff;
}
/* CSS Variables */
:root {
--bayern-blue:#0096d6;
--krishna-blue:#00aeff;
--crisp-cyan:#1fffff;
--moonglade-water:#66ffff;
--affen-turquoise:#a8ffff;
}