Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.bergamot-orange {
color: #f09e5c;
}
.giallo {
color: #f1d63b;
}
.young-green-onion {
color: #a8d54d;
}
.blue-iguana {
color: #4f9ecf;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--bergamot-orange:#f09e5c;
--giallo:#f1d63b;
--young-green-onion:#a8d54d;
--blue-iguana:#4f9ecf;
}