Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.pastel-strawberry {
color: #f25050;
}
.embarrassment {
color: #f77878;
}
.snow-white-blush {
color: #f9aeae;
}
.just-a-tease {
color: #fcd4d4;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--pastel-strawberry:#f25050;
--embarrassment:#f77878;
--snow-white-blush:#f9aeae;
--just-a-tease:#fcd4d4;
}