Color names in this palette
CSS code for this palette
/* CSS */
.ginger-cream {
color: #efe0d7;
}
.first-date {
color: #f2b2a1;
}
.shanghai-peach {
color: #d59a8b;
}
.rose-chintz {
color: #c97978;
}
.turkish-rose {
color: #a56973;
}
/* CSS Variables */
:root {
--ginger-cream:#efe0d7;
--first-date:#f2b2a1;
--shanghai-peach:#d59a8b;
--rose-chintz:#c97978;
--turkish-rose:#a56973;
}