Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.orange-danger {
color: #e05e00;
}
.copper-hopper {
color: #bd3c00;
}
.bloodline {
color: #8a1e00;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--r-d-i-ch-ng-orange:#f07c00;
--orange-danger:#e05e00;
--copper-hopper:#bd3c00;
--bloodline:#8a1e00;
}