Color names in this palette
CSS code for this palette
/* CSS */
.baby-s-booties {
color: #e8c0c0;
}
.golden-rice {
color: #e4d477;
}
.love-dust {
color: #f09edd;
}
.sparkling-pink {
color: #f7cfe4;
}
.tango-pink {
color: #e48077;
}
/* CSS Variables */
:root {
--baby-s-booties:#e8c0c0;
--golden-rice:#e4d477;
--love-dust:#f09edd;
--sparkling-pink:#f7cfe4;
--tango-pink:#e48077;
}