Color names in this palette
CSS code for this palette
/* CSS */
.woodman {
color: #4c5a30;
}
.in-the-tropics {
color: #a3b63a;
}
.nervy-hue {
color: #d8c55a;
}
.citrus-honey {
color: #f3b46d;
}
.sizzling-sunset {
color: #e77a4b;
}
/* CSS Variables */
:root {
--woodman:#4c5a30;
--in-the-tropics:#a3b63a;
--nervy-hue:#d8c55a;
--citrus-honey:#f3b46d;
--sizzling-sunset:#e77a4b;
}