Color names in this palette
CSS code for this palette
/* CSS */
.mette-penne {
color: #f8e0d3;
}
.first-date {
color: #f4b09f;
}
.soft-salmon {
color: #e8a7a1;
}
.manhattan {
color: #e0b080;
}
.windswept-leaves {
color: #b78f6c;
}
/* CSS Variables */
:root {
--mette-penne:#f8e0d3;
--first-date:#f4b09f;
--soft-salmon:#e8a7a1;
--manhattan:#e0b080;
--windswept-leaves:#b78f6c;
}