Color names in this palette
CSS code for this palette
/* CSS */
.little-baby-girl {
color: #f9b9d3;
}
.tickled-pink {
color: #f2a6c1;
}
.fruit-shake {
color: #f29c8c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.majestic-treasures {
color: #f2e7a6;
}
/* CSS Variables */
:root {
--little-baby-girl:#f9b9d3;
--tickled-pink:#f2a6c1;
--fruit-shake:#f29c8c;
--maximum-yellow-red:#f1b74b;
--majestic-treasures:#f2e7a6;
}