Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.spring-leaves {
color: #a9c7aa;
}
.butter-cookie {
color: #f0e5b2;
}
.squash-blossom {
color: #f6b83c;
}
.phoenix-red {
color: #e4705e;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--spring-leaves:#a9c7aa;
--butter-cookie:#f0e5b2;
--squash-blossom:#f6b83c;
--phoenix-red:#e4705e;
}