Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.laurel-green {
color: #a7bba0;
}
.ballet-white {
color: #f2e6d9;
}
.candy-heart-pink {
color: #f6a4a2;
}
.pink-pepper {
color: #e85e6e;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--laurel-green:#a7bba0;
--ballet-white:#f2e6d9;
--candy-heart-pink:#f6a4a2;
--pink-pepper:#e85e6e;
}