Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.sandalwood-beige {
color: #f3d1af;
}
.woven-raffia {
color: #f2dfc0;
}
.valley-of-tears {
color: #d2e0e4;
}
.windsor-way {
color: #a1c4e8;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--sandalwood-beige:#f3d1af;
--woven-raffia:#f2dfc0;
--valley-of-tears:#d2e0e4;
--windsor-way:#a1c4e8;
}