Color names in this palette
CSS code for this palette
/* CSS */
.sprinkled-with-pink {
color: #e6a3af;
}
.cherry-pink {
color: #c75c78;
}
.rose-vale {
color: #aa4b63;
}
.cherry-juice-red {
color: #6d2c40;
}
.temptress {
color: #3e1e28;
}
/* CSS Variables */
:root {
--sprinkled-with-pink:#e6a3af;
--cherry-pink:#c75c78;
--rose-vale:#aa4b63;
--cherry-juice-red:#6d2c40;
--temptress:#3e1e28;
}