Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.ginger-peach {
color: #f8cfa0;
}
.gold-thread {
color: #fce8b0;
}
.smooth-satin {
color: #a3d7d1;
}
.baby-blue-eyes {
color: #a1c6f7;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--ginger-peach:#f8cfa0;
--gold-thread:#fce8b0;
--smooth-satin:#a3d7d1;
--baby-blue-eyes:#a1c6f7;
}