Color names in this palette
CSS code for this palette
/* CSS */
.greek-flag-blue {
color: #0a61a9;
}
.water-blue {
color: #0e8ac4;
}
.clean-pool {
color: #5ac6e7;
}
.photon-barrier {
color: #86e5f3;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--greek-flag-blue:#0a61a9;
--water-blue:#0e8ac4;
--clean-pool:#5ac6e7;
--photon-barrier:#86e5f3;
--zh-n-zh-b-i-pearl:#f6f8f9;
}