Color names in this palette
CSS code for this palette
/* CSS */
.dynamic-blue {
color: #0092c7;
}
.huelve-o-horizon {
color: #19b3e6;
}
.clean-pool {
color: #4cc2e6;
}
.tanager-turquoise {
color: #8dd4e8;
}
.icy-landscape {
color: #c3e9f4;
}
/* CSS Variables */
:root {
--dynamic-blue:#0092c7;
--huelve-o-horizon:#19b3e6;
--clean-pool:#4cc2e6;
--tanager-turquoise:#8dd4e8;
--icy-landscape:#c3e9f4;
}