Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f3a5c2;
}
.pink-rose-bud {
color: #fbad9d;
}
.butter-creme {
color: #fce5ba;
}
.salmon-eggs {
color: #f4d35d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--tickled-pink:#f3a5c2;
--pink-rose-bud:#fbad9d;
--butter-creme:#fce5ba;
--salmon-eggs:#f4d35d;
--creamy-sweet-corn:#f9c54e;
}