Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.saira-red {
color: #ff99b8;
}
.f-n-h-ng-pink {
color: #ff70ba;
}
.raspberry-shortcake {
color: #ff3d87;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--saira-red:#ff99b8;
--f-n-h-ng-pink:#ff70ba;
--raspberry-shortcake:#ff3d87;
--moth-orchid:#d6006f;
}