Color names in this palette
CSS code for this palette
/* CSS */
.apricot-sorbet {
color: #e5a55d;
}
.rayo-de-sol {
color: #f4c557;
}
.cente-tl-yellow {
color: #f7e478;
}
.clean-pool {
color: #5ac4e7;
}
.vermilion-orange {
color: #f75e3b;
}
/* CSS Variables */
:root {
--apricot-sorbet:#e5a55d;
--rayo-de-sol:#f4c557;
--cente-tl-yellow:#f7e478;
--clean-pool:#5ac4e7;
--vermilion-orange:#f75e3b;
}