Color names in this palette
CSS code for this palette
/* CSS */
.crystal-dark-red {
color: #6d2c37;
}
.banana-blossom {
color: #943d4b;
}
.desert-rose {
color: #cd606d;
}
.chantilly {
color: #eab8c7;
}
.pink-cupcake {
color: #f7cfd5;
}
/* CSS Variables */
:root {
--crystal-dark-red:#6d2c37;
--banana-blossom:#943d4b;
--desert-rose:#cd606d;
--chantilly:#eab8c7;
--pink-cupcake:#f7cfd5;
}