Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.indigo {
color: #4a0080;
}
.bauhaus {
color: #404040;
}
.matt-purple {
color: #9470db;
}
.thistle {
color: #d8c0d8;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--indigo:#4a0080;
--bauhaus:#404040;
--matt-purple:#9470db;
--thistle:#d8c0d8;
}