Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.huelve-o-horizon {
color: #19b3e6;
}
.clean-pool {
color: #4ac2e3;
}
.tanager-turquoise {
color: #87d6e8;
}
.azure-sky {
color: #b1e8f6;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--huelve-o-horizon:#19b3e6;
--clean-pool:#4ac2e3;
--tanager-turquoise:#87d6e8;
--azure-sky:#b1e8f6;
}