Color names in this palette
CSS code for this palette
/* CSS */
.gossamer-veil {
color: #d4cec4;
}
.autumn-blush {
color: #e5d2c2;
}
.posy {
color: #f4e1d2;
}
.peach-damask {
color: #f9c6a9;
}
.fruit-shake {
color: #f29c8c;
}
/* CSS Variables */
:root {
--gossamer-veil:#d4cec4;
--autumn-blush:#e5d2c2;
--posy:#f4e1d2;
--peach-damask:#f9c6a9;
--fruit-shake:#f29c8c;
}