Color names in this palette
CSS code for this palette
/* CSS */
.little-bow-pink {
color: #d17a9c;
}
.pinky-pickle {
color: #b86b8c;
}
.cosmetic-red {
color: #a65e7d;
}
.sweet-lilac {
color: #eab8cc;
}
.hopeful {
color: #f2d4e4;
}
/* CSS Variables */
:root {
--little-bow-pink:#d17a9c;
--pinky-pickle:#b86b8c;
--cosmetic-red:#a65e7d;
--sweet-lilac:#eab8cc;
--hopeful:#f2d4e4;
}