Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #fad6a3;
}
.snow-white-blush {
color: #f9aeae;
}
.pretty-in-pink {
color: #f6bbe6;
}
.bright-ube {
color: #d4a6e8;
}
.droplet {
color: #a9def9;
}
/* CSS Variables */
:root {
--prosecco:#fad6a3;
--snow-white-blush:#f9aeae;
--pretty-in-pink:#f6bbe6;
--bright-ube:#d4a6e8;
--droplet:#a9def9;
}