Color names in this palette
CSS code for this palette
/* CSS */
.practical-beige {
color: #c8b09d;
}
.corkscrew-willow {
color: #d3b9ab;
}
.apple-infusion {
color: #e0a9b7;
}
.rose-mallow {
color: #f0a8c6;
}
.pink-eraser {
color: #f3a095;
}
/* CSS Variables */
:root {
--practical-beige:#c8b09d;
--corkscrew-willow:#d3b9ab;
--apple-infusion:#e0a9b7;
--rose-mallow:#f0a8c6;
--pink-eraser:#f3a095;
}