Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e59fb6;
}
.fresh-heather {
color: #d2c2e0;
}
.fine-blue {
color: #b7e1e1;
}
.garbanzo-bean {
color: #f2d4a6;
}
.emperor-s-children {
color: #f6a2b6;
}
/* CSS Variables */
:root {
--blushing-tulip:#e59fb6;
--fresh-heather:#d2c2e0;
--fine-blue:#b7e1e1;
--garbanzo-bean:#f2d4a6;
--emperor-s-children:#f6a2b6;
}