Color names in this palette
CSS code for this palette
/* CSS */
.venetian-rose {
color: #f0c7e3;
}
.light-orchid {
color: #e4a5d4;
}
.purple-kush {
color: #d17acd;
}
.purple-plum {
color: #9f52b7;
}
.amethyst-purple {
color: #5c2a79;
}
/* CSS Variables */
:root {
--venetian-rose:#f0c7e3;
--light-orchid:#e4a5d4;
--purple-kush:#d17acd;
--purple-plum:#9f52b7;
--amethyst-purple:#5c2a79;
}