Color names in this palette
CSS code for this palette
/* CSS */
.cloud-pink {
color: #f4d1c8;
}
.seasonal-beige {
color: #e9b79f;
}
.ageless-beauty {
color: #e6a798;
}
.apple-infusion {
color: #dda7b6;
}
.brandy-snaps {
color: #b68c8b;
}
/* CSS Variables */
:root {
--cloud-pink:#f4d1c8;
--seasonal-beige:#e9b79f;
--ageless-beauty:#e6a798;
--apple-infusion:#dda7b6;
--brandy-snaps:#b68c8b;
}