Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f9b7b4;
}
.sunset-peach {
color: #f5a780;
}
.overjoy {
color: #f3c15e;
}
.cool-aloe {
color: #abd89d;
}
.blue-gourami {
color: #6b9edb;
}
/* CSS Variables */
:root {
--mixed-fruit:#f9b7b4;
--sunset-peach:#f5a780;
--overjoy:#f3c15e;
--cool-aloe:#abd89d;
--blue-gourami:#6b9edb;
}