Color names in this palette
CSS code for this palette
/* CSS */
.irish-charm {
color: #6e8f5b;
}
.cricket-field {
color: #c6d19e;
}
.pineapple-cream {
color: #f2e9c5;
}
.white-oak {
color: #d09c6c;
}
.brushwood {
color: #8c5b3b;
}
/* CSS Variables */
:root {
--irish-charm:#6e8f5b;
--cricket-field:#c6d19e;
--pineapple-cream:#f2e9c5;
--white-oak:#d09c6c;
--brushwood:#8c5b3b;
}