Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f6b4a2;
}
.whipped-peach {
color: #f9cbae;
}
.messinesi {
color: #fde3bf;
}
.vanilla-paste {
color: #f3e7d3;
}
.sand-dance {
color: #e0c5b8;
}
/* CSS Variables */
:root {
--first-date:#f6b4a2;
--whipped-peach:#f9cbae;
--messinesi:#fde3bf;
--vanilla-paste:#f3e7d3;
--sand-dance:#e0c5b8;
}