Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b5d5;
}
.elastic-pink {
color: #e9a5c7;
}
.daphne-rose {
color: #c67bba;
}
.patrician-purple {
color: #70557c;
}
.operetta-mauve {
color: #3b2a4b;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b5d5;
--elastic-pink:#e9a5c7;
--daphne-rose:#c67bba;
--patrician-purple:#70557c;
--operetta-mauve:#3b2a4b;
}