Color names in this palette
CSS code for this palette
/* CSS */
.noble-blush {
color: #e7b7b1;
}
.creamery {
color: #f0d2b7;
}
.pipitschah {
color: #f5e7c2;
}
.aloe-cream {
color: #d7e9b9;
}
.powder-blue {
color: #b1e0e7;
}
/* CSS Variables */
:root {
--noble-blush:#e7b7b1;
--creamery:#f0d2b7;
--pipitschah:#f5e7c2;
--aloe-cream:#d7e9b9;
--powder-blue:#b1e0e7;
}