Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b0;
}
.neighborly-peach {
color: #f1c3a2;
}
.vanilla-cream {
color: #f8e3aa;
}
.canton-jade {
color: #b8e5c7;
}
.chefchaouen-blue {
color: #a2d3e7;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b0;
--neighborly-peach:#f1c3a2;
--vanilla-cream:#f8e3aa;
--canton-jade:#b8e5c7;
--chefchaouen-blue:#a2d3e7;
}