Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.peach-latte {
color: #e5c39f;
}
.chai-tea-latte {
color: #f0d6b2;
}
.budder-skin {
color: #f9e1c3;
}
.bellini {
color: #f4c7ae;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--peach-latte:#e5c39f;
--chai-tea-latte:#f0d6b2;
--budder-skin:#f9e1c3;
--bellini:#f4c7ae;
}