Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f9a4ae;
}
.baby-steps {
color: #f5c7d8;
}
.light-pretty-pale {
color: #ead7e0;
}
.garbanzo-bean {
color: #f2d4a6;
}
.in-the-pink {
color: #f4c3cf;
}
/* CSS Variables */
:root {
--ballet-slippers:#f9a4ae;
--baby-steps:#f5c7d8;
--light-pretty-pale:#ead7e0;
--garbanzo-bean:#f2d4a6;
--in-the-pink:#f4c3cf;
}