Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.soft-cashmere {
color: #f1b1d6;
}
.glittering-gemstone {
color: #e0c1e6;
}
.tiny-mr-frosty {
color: #b8d3e5;
}
.middle-blue {
color: #78d3e8;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--soft-cashmere:#f1b1d6;
--glittering-gemstone:#e0c1e6;
--tiny-mr-frosty:#b8d3e5;
--middle-blue:#78d3e8;
}