Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f8c9af;
}
.peach-bud {
color: #f9b1ae;
}
.pink-marshmallow {
color: #f5b2d4;
}
.pink-bliss {
color: #e2a6d1;
}
.bright-ube {
color: #d4a2e6;
}
/* CSS Variables */
:root {
--bleached-apricot:#f8c9af;
--peach-bud:#f9b1ae;
--pink-marshmallow:#f5b2d4;
--pink-bliss:#e2a6d1;
--bright-ube:#d4a2e6;
}