Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.r-d-i-ch-ng-orange {
color: #f08000;
}
.deep-orange {
color: #db5000;
}
.burnt-sienna {
color: #a83200;
}
.bloodstain {
color: #7a1f00;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--r-d-i-ch-ng-orange:#f08000;
--deep-orange:#db5000;
--burnt-sienna:#a83200;
--bloodstain:#7a1f00;
}