Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0e0d1;
}
.clay-pipe {
color: #d8c9b6;
}
.subtle-violet {
color: #b39f9e;
}
.winter-lake {
color: #6b8b9e;
}
.cape-lee {
color: #4f7e8c;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0e0d1;
--clay-pipe:#d8c9b6;
--subtle-violet:#b39f9e;
--winter-lake:#6b8b9e;
--cape-lee:#4f7e8c;
}