Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f7c2a6;
}
.fruit-shake {
color: #f29c8c;
}
.i-pink-i-can {
color: #d57b8d;
}
.magenta-memoir {
color: #b757a1;
}
.harley-hair-purple {
color: #893cb9;
}
/* CSS Variables */
:root {
--pink-beach:#f7c2a6;
--fruit-shake:#f29c8c;
--i-pink-i-can:#d57b8d;
--magenta-memoir:#b757a1;
--harley-hair-purple:#893cb9;
}