Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa24e;
}
.charismatic {
color: #e5c080;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.flan {
color: #f7e5b1;
}
.sweet-jasmine {
color: #f9f6d2;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa24e;
--charismatic:#e5c080;
--antique-wicker-basket:#f1d4a2;
--flan:#f7e5b1;
--sweet-jasmine:#f9f6d2;
}