Color names in this palette
CSS code for this palette
/* CSS */
.ginger-cream {
color: #f0e0d6;
}
.unfussy-beige {
color: #d6c8c2;
}
.flint-smoke {
color: #a8b3b0;
}
.lakeview {
color: #7f9b9f;
}
.submerged {
color: #4b8181;
}
/* CSS Variables */
:root {
--ginger-cream:#f0e0d6;
--unfussy-beige:#d6c8c2;
--flint-smoke:#a8b3b0;
--lakeview:#7f9b9f;
--submerged:#4b8181;
}