Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f6bbd3;
}
.mountain-laurel {
color: #f5c7d6;
}
.blush-tint {
color: #f4e1e6;
}
.gumball {
color: #e7b1d0;
}
.emperor-s-children {
color: #f0a3b6;
}
/* CSS Variables */
:root {
--dahlia-delight:#f6bbd3;
--mountain-laurel:#f5c7d6;
--blush-tint:#f4e1e6;
--gumball:#e7b1d0;
--emperor-s-children:#f0a3b6;
}