Color names in this palette
CSS code for this palette
/* CSS */
.tree-house {
color: #3b2a21;
}
.buccaneer {
color: #6e4e4e;
}
.cappuccino-bombe {
color: #b5897d;
}
.country-cottage {
color: #d9c2b5;
}
.alyssa {
color: #f4e3d7;
}
/* CSS Variables */
:root {
--tree-house:#3b2a21;
--buccaneer:#6e4e4e;
--cappuccino-bombe:#b5897d;
--country-cottage:#d9c2b5;
--alyssa:#f4e3d7;
}