Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a84d8b;
}
.peruvian-lily {
color: #d279b6;
}
.elastic-pink {
color: #f0a3c6;
}
.classic-rose {
color: #fccfe6;
}
.pale-orchid-petal {
color: #f7deef;
}
/* CSS Variables */
:root {
--plum-dust:#a84d8b;
--peruvian-lily:#d279b6;
--elastic-pink:#f0a3c6;
--classic-rose:#fccfe6;
--pale-orchid-petal:#f7deef;
}