Color names in this palette
CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e2d5;
}
.first-date {
color: #f1b3a2;
}
.stone-fruit {
color: #efa38f;
}
.sugar-poppy {
color: #e77f7e;
}
.berrylicious {
color: #d75b6d;
}
/* CSS Variables */
:root {
--peach-rose:#f6e2d5;
--first-date:#f1b3a2;
--stone-fruit:#efa38f;
--sugar-poppy:#e77f7e;
--berrylicious:#d75b6d;
}