Color names in this palette
CSS code for this palette
/* CSS */
.blue-nebula {
color: #149dff;
}
.cherenkov-radiation {
color: #1ab2ff;
}
.libra-blue-morpho {
color: #4dcfff;
}
.tranquil-pool {
color: #80e3ff;
}
.waterspout {
color: #a3f1ff;
}
/* CSS Variables */
:root {
--blue-nebula:#149dff;
--cherenkov-radiation:#1ab2ff;
--libra-blue-morpho:#4dcfff;
--tranquil-pool:#80e3ff;
--waterspout:#a3f1ff;
}