Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d4c1;
}
.precious-pink {
color: #f9b4b4;
}
.candy-heart-pink {
color: #f6a2a4;
}
.ibis-wing {
color: #f28c82;
}
.berrylicious {
color: #d65c6c;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d4c1;
--precious-pink:#f9b4b4;
--candy-heart-pink:#f6a2a4;
--ibis-wing:#f28c82;
--berrylicious:#d65c6c;
}