Color names in this palette
CSS code for this palette
/* CSS */
.hanover {
color: #d8c4b0;
}
.novelle-peach {
color: #e5c8b3;
}
.pink-lady {
color: #f3d6b4;
}
.incan-treasure {
color: #f8e0c4;
}
.candlelight-ivory {
color: #fdf4e2;
}
/* CSS Variables */
:root {
--hanover:#d8c4b0;
--novelle-peach:#e5c8b3;
--pink-lady:#f3d6b4;
--incan-treasure:#f8e0c4;
--candlelight-ivory:#fdf4e2;
}