Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b0;
}
.serene-pink {
color: #f5c4b7;
}
.banana-mania {
color: #fbe6b1;
}
.star-studded {
color: #f7e9ab;
}
.afghan-hound {
color: #e3d6b5;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b0;
--serene-pink:#f5c4b7;
--banana-mania:#fbe6b1;
--star-studded:#f7e9ab;
--afghan-hound:#e3d6b5;
}