Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d84f4f;
}
.clarified-orange {
color: #f9a35d;
}
.banana-ball {
color: #f1e574;
}
.fresh-oregano {
color: #4fb06e;
}
.safe-harbour {
color: #1e92a4;
}
/* CSS Variables */
:root {
--capocollo:#d84f4f;
--clarified-orange:#f9a35d;
--banana-ball:#f1e574;
--fresh-oregano:#4fb06e;
--safe-harbour:#1e92a4;
}