Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f6e5b1;
}
.manga-pink {
color: #f4b8d9;
}
.pink-dream {
color: #ff9ea0;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f6e5b1;
--manga-pink:#f4b8d9;
--pink-dream:#ff9ea0;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
}