Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1ab2e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.calabrese {
color: #f1a8a2;
}
.startling-orange {
color: #e36331;
}
.flan {
color: #f6e2b6;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1ab2e0;
--solar-plexus-chakra:#f1c84b;
--calabrese:#f1a8a2;
--startling-orange:#e36331;
--flan:#f6e2b6;
}