Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.wildflower {
color: #8e7c9c;
}
.masked-mauve {
color: #c5b4c0;
}
.turkscap {
color: #f2d8c0;
}
.toasted-coconut {
color: #e8c1a1;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--wildflower:#8e7c9c;
--masked-mauve:#c5b4c0;
--turkscap:#f2d8c0;
--toasted-coconut:#e8c1a1;
}