Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.amethyst-grey {
color: #8e7ece;
}
.viking-diva {
color: #c7b2e0;
}
.snuff {
color: #e5d6e6;
}
.cotton-candy-aesthetic {
color: #f7b6e1;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--amethyst-grey:#8e7ece;
--viking-diva:#c7b2e0;
--snuff:#e5d6e6;
--cotton-candy-aesthetic:#f7b6e1;
}