Color names in this palette
CSS code for this palette
/* CSS */
.gossamer-pink {
color: #f8c5c4;
}
.first-date {
color: #f7b2a1;
}
.fruit-shake {
color: #f59c8e;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.dubarry {
color: #f15b67;
}
/* CSS Variables */
:root {
--gossamer-pink:#f8c5c4;
--first-date:#f7b2a1;
--fruit-shake:#f59c8e;
--salmon-pok-bowl:#f57a7a;
--dubarry:#f15b67;
}