Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.pig-pink {
color: #ffd6e2;
}
.transparent-pink {
color: #ffe0ed;
}
.strawberry-bonbon {
color: #ffebfa;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--pig-pink:#ffd6e2;
--transparent-pink:#ffe0ed;
--strawberry-bonbon:#ffebfa;
--white:#ffffff;
}