Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e0a3;
}
.new-clay {
color: #f1c2b6;
}
.fruit-red {
color: #f8846d;
}
.royal-blush {
color: #f56e4d;
}
.watermelon-juice {
color: #f25a7d;
}
/* CSS Variables */
:root {
--sun-dust:#f5e0a3;
--new-clay:#f1c2b6;
--fruit-red:#f8846d;
--royal-blush:#f56e4d;
--watermelon-juice:#f25a7d;
}