Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.sunshine-mellow {
color: #f9c10b;
}
.hello-spring {
color: #4ad962;
}
.azure {
color: #007bff;
}
.barcelona-orange {
color: #ff9500;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--sunshine-mellow:#f9c10b;
--hello-spring:#4ad962;
--azure:#007bff;
--barcelona-orange:#ff9500;
}