Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d0a1;
}
.pastel-pink {
color: #e0a3a8;
}
.sugar-tooth {
color: #d58b9d;
}
.bishop-red {
color: #c473a5;
}
.violetta {
color: #a86b9b;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d0a1;
--pastel-pink:#e0a3a8;
--sugar-tooth:#d58b9d;
--bishop-red:#c473a5;
--violetta:#a86b9b;
}