Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #1a1a4c;
}
.minsk {
color: #3c296a;
}
.cleopatra-s-gown {
color: #7a4f8c;
}
.purple-lepidolite {
color: #b68baf;
}
.pink-chintz {
color: #f0c1cf;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#1a1a4c;
--minsk:#3c296a;
--cleopatra-s-gown:#7a4f8c;
--purple-lepidolite:#b68baf;
--pink-chintz:#f0c1cf;
}