Color names in this palette
CSS code for this palette
/* CSS */
.grenadier {
color: #c44b3b;
}
.citrus-notes {
color: #d56948;
}
.outgoing-orange {
color: #e69a5c;
}
.golden-lion {
color: #f1c86f;
}
.banana-yogurt {
color: #f8e8b4;
}
/* CSS Variables */
:root {
--grenadier:#c44b3b;
--citrus-notes:#d56948;
--outgoing-orange:#e69a5c;
--golden-lion:#f1c86f;
--banana-yogurt:#f8e8b4;
}