Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-cone {
color: #e3cfc0;
}
.beef-jerky {
color: #a35c68;
}
.luscious {
color: #8d3f4c;
}
.paprika {
color: #7c2d3a;
}
.degas-pink {
color: #b27b8e;
}
/* CSS Variables */
:root {
--ice-cream-cone:#e3cfc0;
--beef-jerky:#a35c68;
--luscious:#8d3f4c;
--paprika:#7c2d3a;
--degas-pink:#b27b8e;
}