Color names in this palette
CSS code for this palette
/* CSS */
.hello-darkness-my-old-friend {
color: #7a1e8a;
}
.fuchsia-pheromone {
color: #9b4ebc;
}
.azuremyst-isle {
color: #c77ff0;
}
.rich-brilliant-lavender {
color: #f1a7f6;
}
.cherry-pearl {
color: #f8e8f2;
}
/* CSS Variables */
:root {
--hello-darkness-my-old-friend:#7a1e8a;
--fuchsia-pheromone:#9b4ebc;
--azuremyst-isle:#c77ff0;
--rich-brilliant-lavender:#f1a7f6;
--cherry-pearl:#f8e8f2;
}