Color names in this palette
CSS code for this palette
/* CSS */
.tangled-web {
color: #b3b3b2;
}
.spilled-cappuccino {
color: #e3e1de;
}
.cream-rose {
color: #f6e5df;
}
.satin-latour {
color: #f9d7ae;
}
.hanover {
color: #d8c6b0;
}
/* CSS Variables */
:root {
--tangled-web:#b3b3b2;
--spilled-cappuccino:#e3e1de;
--cream-rose:#f6e5df;
--satin-latour:#f9d7ae;
--hanover:#d8c6b0;
}