Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d6c1;
}
.seasonal-beige {
color: #e5b49f;
}
.shanghai-peach {
color: #d49a8c;
}
.first-lady {
color: #c77b66;
}
.hazelnut {
color: #a96d5b;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d6c1;
--seasonal-beige:#e5b49f;
--shanghai-peach:#d49a8c;
--first-lady:#c77b66;
--hazelnut:#a96d5b;
}