Color names in this palette
CSS code for this palette
/* CSS */
.heath {
color: #4d282d;
}
.marron {
color: #6c4b4b;
}
.delhi-spice {
color: #a56969;
}
.appleblossom {
color: #d9b5b5;
}
.cute-little-pink {
color: #f3e2e2;
}
/* CSS Variables */
:root {
--heath:#4d282d;
--marron:#6c4b4b;
--delhi-spice:#a56969;
--appleblossom:#d9b5b5;
--cute-little-pink:#f3e2e2;
}