Color names in this palette
CSS code for this palette
/* CSS */
.iridescent-purple {
color: #9d6ed4;
}
.pale-purple {
color: #b48bd5;
}
.herb-robert {
color: #d69fe0;
}
.cotton-candy-aesthetic {
color: #f5b8e0;
}
.sunset-pink {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--iridescent-purple:#9d6ed4;
--pale-purple:#b48bd5;
--herb-robert:#d69fe0;
--cotton-candy-aesthetic:#f5b8e0;
--sunset-pink:#f9d7e6;
}