Color names in this palette
CSS code for this palette
/* CSS */
.iris {
color: #5a4fcf;
}
.iridescent-purple {
color: #8e6fd3;
}
.purple-sand {
color: #c0aae9;
}
.venetian-rose {
color: #f0c7e0;
}
.rozowy-pink {
color: #f6a7b8;
}
/* CSS Variables */
:root {
--iris:#5a4fcf;
--iridescent-purple:#8e6fd3;
--purple-sand:#c0aae9;
--venetian-rose:#f0c7e0;
--rozowy-pink:#f6a7b8;
}