Color names in this palette
CSS code for this palette
/* CSS */
.purple-void {
color: #3e1a47;
}
.velvet-mauve {
color: #682c59;
}
.thimble-red {
color: #a35c8b;
}
.tobermory {
color: #d69a9a;
}
.french-bustle {
color: #f1d5d5;
}
/* CSS Variables */
:root {
--purple-void:#3e1a47;
--velvet-mauve:#682c59;
--thimble-red:#a35c8b;
--tobermory:#d69a9a;
--french-bustle:#f1d5d5;
}