Color names in this palette
CSS code for this palette
/* CSS */
.wild-chestnut {
color: #b95e5b;
}
.pensive-pink {
color: #eab5ae;
}
.melon-ice {
color: #f4d6c8;
}
.hawaiian-cream {
color: #f9e8b9;
}
.dante-peak {
color: #b3d6d6;
}
/* CSS Variables */
:root {
--wild-chestnut:#b95e5b;
--pensive-pink:#eab5ae;
--melon-ice:#f4d6c8;
--hawaiian-cream:#f9e8b9;
--dante-peak:#b3d6d6;
}