Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d64a2e;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.phellodendron-amurense {
color: #f8c23a;
}
.young-green-onion {
color: #a2da4e;
}
.shamrock-green {
color: #4cae7b;
}
/* CSS Variables */
:root {
--spicy-orange:#d64a2e;
--r-d-i-ch-ng-orange:#f07c00;
--phellodendron-amurense:#f8c23a;
--young-green-onion:#a2da4e;
--shamrock-green:#4cae7b;
}