Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f0c2b7;
}
.dahlia-delight {
color: #f6bbd4;
}
.lavender-rose {
color: #f5a3e6;
}
.bright-ube {
color: #d4a6e8;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--new-clay:#f0c2b7;
--dahlia-delight:#f6bbd4;
--lavender-rose:#f5a3e6;
--bright-ube:#d4a6e8;
--sweet-dreams:#9fc4e9;
}