Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.rogue-pink {
color: #f6a7c1;
}
.geranium-pink {
color: #f78d9b;
}
.flirty-salmon {
color: #f77069;
}
.orange-soda {
color: #f95d3e;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--rogue-pink:#f6a7c1;
--geranium-pink:#f78d9b;
--flirty-salmon:#f77069;
--orange-soda:#f95d3e;
}