Color names in this palette
CSS code for this palette
/* CSS */
.black-elegance {
color: #52474a;
}
.hickory-cliff {
color: #7c6e6e;
}
.fall-heliotrope {
color: #a69191;
}
.girl-talk {
color: #e5c7c7;
}
.cute-little-pink {
color: #f4e1e1;
}
/* CSS Variables */
:root {
--black-elegance:#52474a;
--hickory-cliff:#7c6e6e;
--fall-heliotrope:#a69191;
--girl-talk:#e5c7c7;
--cute-little-pink:#f4e1e1;
}