Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e7a6c7;
}
.lavender-soap {
color: #f1c1e6;
}
.pale-honey {
color: #f8d6aa;
}
.golden-opportunity {
color: #f9bc71;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--prettiest-pink:#e7a6c7;
--lavender-soap:#f1c1e6;
--pale-honey:#f8d6aa;
--golden-opportunity:#f9bc71;
--grapefruit-pulp:#ff6e61;
}