Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.pink-makeup {
color: #ff809d;
}
.sasquatch-socks {
color: #ff4d7c;
}
.raspberry-sorbet {
color: #d7336f;
}
.banafsaji-purple {
color: #a20b5e;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--pink-makeup:#ff809d;
--sasquatch-socks:#ff4d7c;
--raspberry-sorbet:#d7336f;
--banafsaji-purple:#a20b5e;
}