Color names in this palette
CSS code for this palette
/* CSS */
.blushing-bud {
color: #d99b9b;
}
.prettiest-pink {
color: #e2a2c3;
}
.gracious-rose {
color: #e3b7b0;
}
.avid-apricot {
color: #f3c5a0;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--blushing-bud:#d99b9b;
--prettiest-pink:#e2a2c3;
--gracious-rose:#e3b7b0;
--avid-apricot:#f3c5a0;
--cameo-cream:#f4e2c3;
}