Color names in this palette
CSS code for this palette
/* CSS */
.protoss-pylon {
color: #00aaff;
}
.shovel-knight {
color: #3ac6e9;
}
.turkish-turquoise {
color: #75dff0;
}
.eternal-winter {
color: #a3f9ff;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--protoss-pylon:#00aaff;
--shovel-knight:#3ac6e9;
--turkish-turquoise:#75dff0;
--eternal-winter:#a3f9ff;
--light-cyan:#e0ffff;
}