Color names in this palette
CSS code for this palette
/* CSS */
.science-blue {
color: #007acc;
}
.huelve-o-horizon {
color: #1aa4e0;
}
.billiard {
color: #00b3a4;
}
.hello-spring {
color: #4ad962;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--science-blue:#007acc;
--huelve-o-horizon:#1aa4e0;
--billiard:#00b3a4;
--hello-spring:#4ad962;
--sunshine-mellow:#f1c40e;
}