Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c1;
}
.laelia-pink {
color: #f4c8e2;
}
.gumball {
color: #e7b1cf;
}
.applesauce {
color: #f5d899;
}
.rosy-outlook {
color: #f5ae9e;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c1;
--laelia-pink:#f4c8e2;
--gumball:#e7b1cf;
--applesauce:#f5d899;
--rosy-outlook:#f5ae9e;
}