Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f4b4a4;
}
.sand-island {
color: #f6d1c1;
}
.warm-bread {
color: #f9e7d2;
}
.ruffled-clam {
color: #f9f2dc;
}
.nutter-butter {
color: #f7d5c5;
}
/* CSS Variables */
:root {
--first-date:#f4b4a4;
--sand-island:#f6d1c1;
--warm-bread:#f9e7d2;
--ruffled-clam:#f9f2dc;
--nutter-butter:#f7d5c5;
}