Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f9b9d1;
}
.basin-blue {
color: #b8e1e5;
}
.flan {
color: #f6e3b6;
}
.brasso {
color: #f3b96d;
}
.blushing-tulip {
color: #e4a0b5;
}
/* CSS Variables */
:root {
--dahlia-delight:#f9b9d1;
--basin-blue:#b8e1e5;
--flan:#f6e3b6;
--brasso:#f3b96d;
--blushing-tulip:#e4a0b5;
}