Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.mad-for-mango {
color: #f5a300;
}
.orange-danger {
color: #e06900;
}
.deep-orange {
color: #db5000;
}
.tutuji-pink {
color: #e44e8f;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--mad-for-mango:#f5a300;
--orange-danger:#e06900;
--deep-orange:#db5000;
--tutuji-pink:#e44e8f;
}