Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.antique-cameo {
color: #f5b8a3;
}
.fruit-shake {
color: #f29d8c;
}
.ambitious-rose {
color: #e8697c;
}
.berrylicious {
color: #d95e6c;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--antique-cameo:#f5b8a3;
--fruit-shake:#f29d8c;
--ambitious-rose:#e8697c;
--berrylicious:#d95e6c;
}