Color names in this palette
CSS code for this palette
/* CSS */
.heath {
color: #4d282d;
}
.cappuccino {
color: #6e4b3a;
}
.honey-maple {
color: #a86d5d;
}
.flower-field {
color: #d9a76d;
}
.soft-butter {
color: #f4e1b8;
}
/* CSS Variables */
:root {
--heath:#4d282d;
--cappuccino:#6e4b3a;
--honey-maple:#a86d5d;
--flower-field:#d9a76d;
--soft-butter:#f4e1b8;
}