Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.bryophyte {
color: #a6bea2;
}
.green-mirror {
color: #d8e2d5;
}
.rustique {
color: #f4c0b3;
}
.belgian-cream {
color: #f9f1e1;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--bryophyte:#a6bea2;
--green-mirror:#d8e2d5;
--rustique:#f4c0b3;
--belgian-cream:#f9f1e1;
}