Color names in this palette
CSS code for this palette
/* CSS */
.purple-ink {
color: #9c2b9a;
}
.fuchsia-pheromone {
color: #a54bb9;
}
.purception {
color: #c780db;
}
.vic-20-pink {
color: #e9a0f3;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
/* CSS Variables */
:root {
--purple-ink:#9c2b9a;
--fuchsia-pheromone:#a54bb9;
--purception:#c780db;
--vic-20-pink:#e9a0f3;
--cotton-candy-aesthetic:#f5b7e6;
}