Color names in this palette
CSS code for this palette
/* CSS */
.tender-violet {
color: #d6c4d9;
}
.tussie-mussie {
color: #edc4d5;
}
.christy-s-smile {
color: #f6bbc6;
}
.roseberry {
color: #f4a89f;
}
.chantilly {
color: #eab8c6;
}
/* CSS Variables */
:root {
--tender-violet:#d6c4d9;
--tussie-mussie:#edc4d5;
--christy-s-smile:#f6bbc6;
--roseberry:#f4a89f;
--chantilly:#eab8c6;
}