Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.quiet-teal {
color: #a7beb2;
}
.woven-raffia {
color: #f2dfc0;
}
.first-date {
color: #f6b4a2;
}
.sweet-mandarin {
color: #d45c3a;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--quiet-teal:#a7beb2;
--woven-raffia:#f2dfc0;
--first-date:#f6b4a2;
--sweet-mandarin:#d45c3a;
}