Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.first-date {
color: #f4b19f;
}
.candy-heart-pink {
color: #f7a1a1;
}
.wild-orchid {
color: #d97d9d;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--first-date:#f4b19f;
--candy-heart-pink:#f7a1a1;
--wild-orchid:#d97d9d;
--orangeade:#e04f38;
}