Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f5c84d;
}
.mad-for-mango {
color: #f5a300;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.salsa-haba-ero {
color: #e65000;
}
.torii-red {
color: #db3e00;
}
/* CSS Variables */
:root {
--sunny-mood:#f5c84d;
--mad-for-mango:#f5a300;
--r-d-i-ch-ng-orange:#f07c00;
--salsa-haba-ero:#e65000;
--torii-red:#db3e00;
}