Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e0c8d4;
}
.amour-frais {
color: #f4e6e9;
}
.breakfast-biscuit {
color: #f8e4d3;
}
.antique-cameo {
color: #f0b6a3;
}
.white-acorn {
color: #daa98b;
}
/* CSS Variables */
:root {
--etcetera:#e0c8d4;
--amour-frais:#f4e6e9;
--breakfast-biscuit:#f8e4d3;
--antique-cameo:#f0b6a3;
--white-acorn:#daa98b;
}