Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.first-date {
color: #f7b1a1;
}
.curd {
color: #f7e3bb;
}
.light-blue-glint {
color: #a6d2e3;
}
.french-market {
color: #a4c7a3;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--first-date:#f7b1a1;
--curd:#f7e3bb;
--light-blue-glint:#a6d2e3;
--french-market:#a4c7a3;
}