Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.bleached-apricot {
color: #f8c9af;
}
.strawberry-cream {
color: #f1acb5;
}
.pink-chi {
color: #e6898b;
}
.strawberry-milkshake {
color: #d7708b;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--bleached-apricot:#f8c9af;
--strawberry-cream:#f1acb5;
--pink-chi:#e6898b;
--strawberry-milkshake:#d7708b;
}