Color names in this palette
CSS code for this palette
/* CSS */
.straw-yellow {
color: #eed896;
}
.lemon-ice-yellow {
color: #f7e3a6;
}
.autumn-wind {
color: #f9d3b4;
}
.manga-pink {
color: #f5b7d8;
}
.ballet-slippers {
color: #fca1b0;
}
/* CSS Variables */
:root {
--straw-yellow:#eed896;
--lemon-ice-yellow:#f7e3a6;
--autumn-wind:#f9d3b4;
--manga-pink:#f5b7d8;
--ballet-slippers:#fca1b0;
}