Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b6;
}
.laelia-pink {
color: #f5c7e0;
}
.light-orchid {
color: #e4afd7;
}
.tropical-violet {
color: #c9aae4;
}
.amethyst {
color: #9a6dca;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b6;
--laelia-pink:#f5c7e0;
--light-orchid:#e4afd7;
--tropical-violet:#c9aae4;
--amethyst:#9a6dca;
}