Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.mad-for-mango {
color: #f5a300;
}
.sun-orange {
color: #f4781f;
}
.sweet-mandarin {
color: #d35f3c;
}
.crimson-strawberry {
color: #9a2d44;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--mad-for-mango:#f5a300;
--sun-orange:#f4781f;
--sweet-mandarin:#d35f3c;
--crimson-strawberry:#9a2d44;
}