Color names in this palette
CSS code for this palette
/* CSS */
.pink-lady {
color: #f2d7b5;
}
.pink-abalone {
color: #e8b7a1;
}
.shanghai-peach {
color: #d49a8c;
}
.luscious-lobster {
color: #c6847b;
}
.topinambur-root {
color: #b05e6f;
}
/* CSS Variables */
:root {
--pink-lady:#f2d7b5;
--pink-abalone:#e8b7a1;
--shanghai-peach:#d49a8c;
--luscious-lobster:#c6847b;
--topinambur-root:#b05e6f;
}