Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f8c6bf;
}
.first-date {
color: #f6b3a2;
}
.fruit-shake {
color: #f29c8c;
}
.lively-coral {
color: #e67e7a;
}
.berrylicious {
color: #d65c6a;
}
/* CSS Variables */
:root {
--dress-up:#f8c6bf;
--first-date:#f6b3a2;
--fruit-shake:#f29c8c;
--lively-coral:#e67e7a;
--berrylicious:#d65c6a;
}