Color names in this palette
CSS code for this palette
/* CSS */
.golf-course {
color: #5c9b4b;
}
.p-ra-rocha {
color: #a1c82d;
}
.banana-brick {
color: #e5d334;
}
.honey-wax {
color: #f9a824;
}
.obstinate-orange {
color: #d75a2d;
}
/* CSS Variables */
:root {
--golf-course:#5c9b4b;
--p-ra-rocha:#a1c82d;
--banana-brick:#e5d334;
--honey-wax:#f9a824;
--obstinate-orange:#d75a2d;
}