Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #19b3e6;
}
.sea-capture {
color: #5bc1e6;
}
.tanager-turquoise {
color: #8dd6e7;
}
.energy-yellow {
color: #f6d851;
}
.chat-orange {
color: #f59c42;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#19b3e6;
--sea-capture:#5bc1e6;
--tanager-turquoise:#8dd6e7;
--energy-yellow:#f6d851;
--chat-orange:#f59c42;
}