Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.classic-rose {
color: #f6c6e8;
}
.tickled-pink {
color: #f4a9c0;
}
.pop-that-gum {
color: #f273b3;
}
.flirty-rose {
color: #d85f8d;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--classic-rose:#f6c6e8;
--tickled-pink:#f4a9c0;
--pop-that-gum:#f273b3;
--flirty-rose:#d85f8d;
}