Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.troll-slayer-orange {
color: #f0a14c;
}
.autumn-orange {
color: #f09b51;
}
.watermelon-slice {
color: #e6796b;
}
.heather-berry {
color: #e3597c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--troll-slayer-orange:#f0a14c;
--autumn-orange:#f09b51;
--watermelon-slice:#e6796b;
--heather-berry:#e3597c;
}