Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ed7a1d;
}
.peach-butter {
color: #fba83c;
}
.cup-noodles {
color: #fddd7c;
}
.madang {
color: #b5e3a5;
}
.greenbrier {
color: #4c9e6c;
}
/* CSS Variables */
:root {
--orange-gluttony:#ed7a1d;
--peach-butter:#fba83c;
--cup-noodles:#fddd7c;
--madang:#b5e3a5;
--greenbrier:#4c9e6c;
}