Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1c3;
}
.pink-carnation {
color: #e6799c;
}
.flirty-rose {
color: #d65c8f;
}
.purple-orchid {
color: #b34d8a;
}
.sister-loganberry-frost {
color: #8b3c7a;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1c3;
--pink-carnation:#e6799c;
--flirty-rose:#d65c8f;
--purple-orchid:#b34d8a;
--sister-loganberry-frost:#8b3c7a;
}