Color names in this palette
CSS code for this palette
/* CSS */
.stucco-wall {
color: #f0b19e;
}
.negroni {
color: #f0c7a3;
}
.straw-hat {
color: #f0d2a8;
}
.invigorating {
color: #f0e8b2;
}
.creamy-white {
color: #f0e8d6;
}
/* CSS Variables */
:root {
--stucco-wall:#f0b19e;
--negroni:#f0c7a3;
--straw-hat:#f0d2a8;
--invigorating:#f0e8b2;
--creamy-white:#f0e8d6;
}