Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6d0e5;
}
.rogue-pink {
color: #f5a8c2;
}
.coral-bead {
color: #f09e93;
}
.shell-coral {
color: #e68e6b;
}
.copper-harbor {
color: #d77b50;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6d0e5;
--rogue-pink:#f5a8c2;
--coral-bead:#f09e93;
--shell-coral:#e68e6b;
--copper-harbor:#d77b50;
}