Color names in this palette
CSS code for this palette
/* CSS */
.nutter-butter {
color: #f6d4c6;
}
.mixed-fruit {
color: #f8bcb4;
}
.pink-fit {
color: #f9a4b2;
}
.embarrassed {
color: #f67999;
}
.medium-pink {
color: #f15b99;
}
/* CSS Variables */
:root {
--nutter-butter:#f6d4c6;
--mixed-fruit:#f8bcb4;
--pink-fit:#f9a4b2;
--embarrassed:#f67999;
--medium-pink:#f15b99;
}