Color names in this palette
CSS code for this palette
/* CSS */
.cottage-white {
color: #f8efdd;
}
.milk-glass {
color: #f9f7f0;
}
.sweet-buttermilk {
color: #fdecdd;
}
.p-che {
color: #fbdcb6;
}
.peach-damask {
color: #f6c5a7;
}
/* CSS Variables */
:root {
--cottage-white:#f8efdd;
--milk-glass:#f9f7f0;
--sweet-buttermilk:#fdecdd;
--p-che:#fbdcb6;
--peach-damask:#f6c5a7;
}