Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.chic-peach {
color: #f0d0c7;
}
.banana-yogurt {
color: #f8e7b4;
}
.patina-green {
color: #b6e7b7;
}
.chefchaouen-blue {
color: #a1d3e8;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--chic-peach:#f0d0c7;
--banana-yogurt:#f8e7b4;
--patina-green:#b6e7b7;
--chefchaouen-blue:#a1d3e8;
}