Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b2a3;
}
.peach-beach {
color: #fdd0a0;
}
.tiffany-light {
color: #fde4b4;
}
.smooth-satin {
color: #a4d5d2;
}
.shylock {
color: #5bb9a7;
}
/* CSS Variables */
:root {
--first-date:#f5b2a3;
--peach-beach:#fdd0a0;
--tiffany-light:#fde4b4;
--smooth-satin:#a4d5d2;
--shylock:#5bb9a7;
}