Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.clean-pool {
color: #4cc8e1;
}
.blizzard-blue {
color: #a1e5f2;
}
.distant-horizon {
color: #f1f8f8;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--clean-pool:#4cc8e1;
--blizzard-blue:#a1e5f2;
--distant-horizon:#f1f8f8;
--floral-leaf:#ffb84d;
}