Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.plaza-pink {
color: #f4bec3;
}
.rose-white {
color: #fceee8;
}
.icy-lemonade {
color: #f6e9b1;
}
.ginger-peach {
color: #f9d29f;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--plaza-pink:#f4bec3;
--rose-white:#fceee8;
--icy-lemonade:#f6e9b1;
--ginger-peach:#f9d29f;
}