Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c3b6;
}
.tickled-pink {
color: #f1a7c1;
}
.barely-pink {
color: #f7d4df;
}
.prettiest-pink {
color: #e8a1c7;
}
.middle-purple {
color: #d57bb6;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c3b6;
--tickled-pink:#f1a7c1;
--barely-pink:#f7d4df;
--prettiest-pink:#e8a1c7;
--middle-purple:#d57bb6;
}