Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f3b6a0;
}
.biscuit-cream {
color: #f7cab6;
}
.historic-cream {
color: #fef3e1;
}
.dingy-sticky-note {
color: #e3f2a6;
}
.bay {
color: #b2e0d4;
}
/* CSS Variables */
:root {
--first-date:#f3b6a0;
--biscuit-cream:#f7cab6;
--historic-cream:#fef3e1;
--dingy-sticky-note:#e3f2a6;
--bay:#b2e0d4;
}