Color names in this palette
CSS code for this palette
/* CSS */
.aubergine-mauve {
color: #3c2c3f;
}
.purple-cort {
color: #5b3e4f;
}
.pretty-puce {
color: #7b5b66;
}
.opium {
color: #9b7d7d;
}
.foggy-quartz {
color: #c19f9f;
}
/* CSS Variables */
:root {
--aubergine-mauve:#3c2c3f;
--purple-cort:#5b3e4f;
--pretty-puce:#7b5b66;
--opium:#9b7d7d;
--foggy-quartz:#c19f9f;
}