Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f6bbd5;
}
.violet-kiss {
color: #f2a1d8;
}
.blushed-bombshell {
color: #e78dcc;
}
.pink-punk {
color: #d77fbe;
}
.lavendless {
color: #b86dba;
}
/* CSS Variables */
:root {
--dahlia-delight:#f6bbd5;
--violet-kiss:#f2a1d8;
--blushed-bombshell:#e78dcc;
--pink-punk:#d77fbe;
--lavendless:#b86dba;
}