Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.royal-peacock {
color: #1fb3e5;
}
.clean-pool {
color: #54c5e8;
}
.bluebottle {
color: #90d3e9;
}
.freezing-vapor {
color: #d3e9f3;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--royal-peacock:#1fb3e5;
--clean-pool:#54c5e8;
--bluebottle:#90d3e9;
--freezing-vapor:#d3e9f3;
}