Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.peach-damask {
color: #f8c6a5;
}
.milky-maize {
color: #f9d89f;
}
.french-vanilla {
color: #f1e1a7;
}
.hydrangea-pink {
color: #e8bbc7;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--peach-damask:#f8c6a5;
--milky-maize:#f9d89f;
--french-vanilla:#f1e1a7;
--hydrangea-pink:#e8bbc7;
}