Color names in this palette
CSS code for this palette
/* CSS */
.copper-river {
color: #f3a36d;
}
.mandys-pink {
color: #f4b59a;
}
.chai-latte {
color: #f9cb9f;
}
.paw-paw {
color: #f9d59f;
}
.china-doll {
color: #f1e3d5;
}
/* CSS Variables */
:root {
--copper-river:#f3a36d;
--mandys-pink:#f4b59a;
--chai-latte:#f9cb9f;
--paw-paw:#f9d59f;
--china-doll:#f1e3d5;
}