Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3f97;
}
.deep-amethyst {
color: #5c2d80;
}
.nightly-silhouette {
color: #4c5c90;
}
.funk {
color: #3d9e7e;
}
.skylar {
color: #6bd1c2;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3f97;
--deep-amethyst:#5c2d80;
--nightly-silhouette:#4c5c90;
--funk:#3d9e7e;
--skylar:#6bd1c2;
}