Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a4c8;
}
.cherry-blossom {
color: #f5c2d3;
}
.tutu {
color: #f7e3e3;
}
.natural-light {
color: #f1ebc6;
}
.credo {
color: #d8b741;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a4c8;
--cherry-blossom:#f5c2d3;
--tutu:#f7e3e3;
--natural-light:#f1ebc6;
--credo:#d8b741;
}