Color names in this palette
CSS code for this palette
/* CSS */
.little-baby-girl {
color: #f6b6d4;
}
.rosey-afterglow {
color: #f8c9d1;
}
.shell-ginger {
color: #f9e3d7;
}
.pink-fit {
color: #f4a4b4;
}
.little-bow-pink {
color: #d2799a;
}
/* CSS Variables */
:root {
--little-baby-girl:#f6b6d4;
--rosey-afterglow:#f8c9d1;
--shell-ginger:#f9e3d7;
--pink-fit:#f4a4b4;
--little-bow-pink:#d2799a;
}