Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f8cab9;
}
.little-baby-girl {
color: #f9b9d3;
}
.candy-floss {
color: #e6a8e0;
}
.ice-cold-stare {
color: #b1d0f6;
}
.juzcar-blue {
color: #a2d4f1;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f8cab9;
--little-baby-girl:#f9b9d3;
--candy-floss:#e6a8e0;
--ice-cold-stare:#b1d0f6;
--juzcar-blue:#a2d4f1;
}