Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e2b2;
}
.caramel-ice {
color: #f0caa8;
}
.pink-abalone {
color: #e8b7a1;
}
.shanghai-peach {
color: #d69c8f;
}
.wild-rose {
color: #c87e91;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e2b2;
--caramel-ice:#f0caa8;
--pink-abalone:#e8b7a1;
--shanghai-peach:#d69c8f;
--wild-rose:#c87e91;
}