Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.peach-bud {
color: #f9b1ae;
}
.little-baby-girl {
color: #f9b9d7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.gentle-glow {
color: #f8e4b9;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--peach-bud:#f9b1ae;
--little-baby-girl:#f9b9d7;
--grapefruit-pulp:#ff6e61;
--gentle-glow:#f8e4b9;
}