Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.huelve-o-horizon {
color: #19b3e6;
}
.turquoise-sea {
color: #6fd3e7;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--huelve-o-horizon:#19b3e6;
--turquoise-sea:#6fd3e7;
--atmospheric-soft-blue:#a8e2f0;
--coastal-breeze:#e0f7fa;
}