Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.clean-pool {
color: #49c7e4;
}
.photon-barrier {
color: #91ddee;
}
.distant-horizon {
color: #f1f7f9;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--clean-pool:#49c7e4;
--photon-barrier:#91ddee;
--distant-horizon:#f1f7f9;
--noodles:#f9e3b4;
}