Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.buttery-croissant {
color: #f7e39c;
}
.mad-for-mango {
color: #f5a300;
}
.christmas-orange {
color: #d76e28;
}
.overcast-brick {
color: #b5593b;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--buttery-croissant:#f7e39c;
--mad-for-mango:#f5a300;
--christmas-orange:#d76e28;
--overcast-brick:#b5593b;
}