Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.mountain-laurel {
color: #f4c8d3;
}
.gumball {
color: #e6b3d3;
}
.barely-bloomed {
color: #d7a6e3;
}
.dreamy-candy-forest {
color: #b09ae4;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--mountain-laurel:#f4c8d3;
--gumball:#e6b3d3;
--barely-bloomed:#d7a6e3;
--dreamy-candy-forest:#b09ae4;
}