Color names in this palette
CSS code for this palette
/* CSS */
.tea-light {
color: #f6e4c1;
}
.mandys-pink {
color: #f5b59e;
}
.fruit-shake {
color: #f29d8c;
}
.orange-daylily {
color: #e77a5f;
}
.rosy-sunset {
color: #da5c4e;
}
/* CSS Variables */
:root {
--tea-light:#f6e4c1;
--mandys-pink:#f5b59e;
--fruit-shake:#f29d8c;
--orange-daylily:#e77a5f;
--rosy-sunset:#da5c4e;
}