Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e5a4c4;
}
.soft-cashmere {
color: #f1b1d6;
}
.sparkling-pink {
color: #f4c8e5;
}
.sandy-bay {
color: #f9d6b4;
}
.pallid-orange {
color: #f9b69f;
}
/* CSS Variables */
:root {
--prettiest-pink:#e5a4c4;
--soft-cashmere:#f1b1d6;
--sparkling-pink:#f4c8e5;
--sandy-bay:#f9d6b4;
--pallid-orange:#f9b69f;
}