Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.garden-party {
color: #e3a5b5;
}
.pale-primrose {
color: #f0c7d4;
}
.princess {
color: #f1a7b3;
}
.hope {
color: #e57b9e;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--garden-party:#e3a5b5;
--pale-primrose:#f0c7d4;
--princess:#f1a7b3;
--hope:#e57b9e;
}