Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.ginger-peach {
color: #f9d09f;
}
.cake-dough {
color: #fce1a6;
}
.sun-dust {
color: #f4e0a4;
}
.fresh-cantaloupe {
color: #fc9c69;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--ginger-peach:#f9d09f;
--cake-dough:#fce1a6;
--sun-dust:#f4e0a4;
--fresh-cantaloupe:#fc9c69;
}