Color names in this palette
CSS code for this palette
/* CSS */
.toasted-paprika {
color: #a44332;
}
.camellia {
color: #f2695a;
}
.mango-margarita {
color: #f8b44f;
}
.golden-kingdom {
color: #e2c94b;
}
.solid-gold {
color: #b6d54d;
}
/* CSS Variables */
:root {
--toasted-paprika:#a44332;
--camellia:#f2695a;
--mango-margarita:#f8b44f;
--golden-kingdom:#e2c94b;
--solid-gold:#b6d54d;
}