Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7bf;
}
.pretty-pink-piggy {
color: #f2a6d7;
}
.hope {
color: #e57b9b;
}
.parrot-tulip {
color: #f1c0d6;
}
.buttery-croissant {
color: #f8e19b;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7bf;
--pretty-pink-piggy:#f2a6d7;
--hope:#e57b9b;
--parrot-tulip:#f1c0d6;
--buttery-croissant:#f8e19b;
}