Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.sugar-tooth {
color: #d48c9e;
}
.silk-ribbon {
color: #c56d8d;
}
.pretty-in-plum {
color: #d3558b;
}
.cockscomb-red {
color: #bf4f74;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--sugar-tooth:#d48c9e;
--silk-ribbon:#c56d8d;
--pretty-in-plum:#d3558b;
--cockscomb-red:#bf4f74;
}