Color names in this palette
CSS code for this palette
/* CSS */
.smooch {
color: #7b1e50;
}
.raspberry-radiance {
color: #872c4f;
}
.tree-peony {
color: #a7395c;
}
.fandango-pink {
color: #e04d83;
}
.dahlia-delight {
color: #f6bbd4;
}
/* CSS Variables */
:root {
--smooch:#7b1e50;
--raspberry-radiance:#872c4f;
--tree-peony:#a7395c;
--fandango-pink:#e04d83;
--dahlia-delight:#f6bbd4;
}