Color names in this palette
CSS code for this palette
/* CSS */
.crisp-muslin {
color: #eae2d7;
}
.peach-temptation {
color: #f1c6b1;
}
.tickled-pink {
color: #f0a8c0;
}
.n-rang-orange {
color: #ff8052;
}
.flare-gun {
color: #ff471a;
}
/* CSS Variables */
:root {
--crisp-muslin:#eae2d7;
--peach-temptation:#f1c6b1;
--tickled-pink:#f0a8c0;
--n-rang-orange:#ff8052;
--flare-gun:#ff471a;
}