Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a3c9;
}
.miami-pink {
color: #f5c2da;
}
.crown-point-cream {
color: #fff0c2;
}
.larch-bolete {
color: #ffac75;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a3c9;
--miami-pink:#f5c2da;
--crown-point-cream:#fff0c2;
--larch-bolete:#ffac75;
--fiery-salmon:#f76969;
}