Color names in this palette
CSS code for this palette
/* CSS */
.hazy-taupe {
color: #d4c4b5;
}
.warming-peach {
color: #e6b9a2;
}
.first-date {
color: #f5b2a3;
}
.moegi-green {
color: #f2916e;
}
.sizzling-sunset {
color: #ef7b4d;
}
/* CSS Variables */
:root {
--hazy-taupe:#d4c4b5;
--warming-peach:#e6b9a2;
--first-date:#f5b2a3;
--moegi-green:#f2916e;
--sizzling-sunset:#ef7b4d;
}