Color names in this palette
CSS code for this palette
/* CSS */
.waiouru {
color: #4a4e2d;
}
.rodham {
color: #b6b26d;
}
.bright-khaki {
color: #f0e88e;
}
.jade-bracelet {
color: #c0d5ae;
}
.exotic-palm {
color: #8d9b69;
}
/* CSS Variables */
:root {
--waiouru:#4a4e2d;
--rodham:#b6b26d;
--bright-khaki:#f0e88e;
--jade-bracelet:#c0d5ae;
--exotic-palm:#8d9b69;
}