Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f8d3a0;
}
.mystic-tulip {
color: #f5b6a3;
}
.flower-blossom-pink {
color: #f57f8d;
}
.antique-hot-pink {
color: #af799c;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--ginger-peach:#f8d3a0;
--mystic-tulip:#f5b6a3;
--flower-blossom-pink:#f57f8d;
--antique-hot-pink:#af799c;
--pure-mauve:#6a4c94;
}