Color names in this palette
CSS code for this palette
/* CSS */
.green-iced-tea {
color: #e9e8d3;
}
.peach-temptation {
color: #f1c5b1;
}
.rosy-outlook {
color: #f7ab9c;
}
.indian-princess {
color: #d9866d;
}
.autumn-leaf {
color: #b86b4c;
}
/* CSS Variables */
:root {
--green-iced-tea:#e9e8d3;
--peach-temptation:#f1c5b1;
--rosy-outlook:#f7ab9c;
--indian-princess:#d9866d;
--autumn-leaf:#b86b4c;
}