Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b49e;
}
.warm-cocoon {
color: #f7d09c;
}
.gentle-glow {
color: #f8e6b9;
}
.blended-fruit {
color: #f9e5a4;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--first-date:#f5b49e;
--warm-cocoon:#f7d09c;
--gentle-glow:#f8e6b9;
--blended-fruit:#f9e5a4;
--sunday-best:#f9c8c8;
}