Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.germander-speedwell {
color: #0095c7;
}
.iris-blue {
color: #00b2d1;
}
.sea-glass-teal {
color: #a1e3d8;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--germander-speedwell:#0095c7;
--iris-blue:#00b2d1;
--sea-glass-teal:#a1e3d8;
--distant-horizon:#f1f9f9;
}