Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e6b3c2;
}
.cloud-pink {
color: #f4d3c8;
}
.chenille-spread {
color: #f0e7d6;
}
.patina-creek {
color: #b7c2bc;
}
.harrow-s-gate {
color: #7b8e8d;
}
/* CSS Variables */
:root {
--parfait-pink:#e6b3c2;
--cloud-pink:#f4d3c8;
--chenille-spread:#f0e7d6;
--patina-creek:#b7c2bc;
--harrow-s-gate:#7b8e8d;
}