Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e0b2;
}
.peach-temptation {
color: #f1c5b1;
}
.chantilly {
color: #eab8c9;
}
.pink-chalk {
color: #f4a4bf;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e0b2;
--peach-temptation:#f1c5b1;
--chantilly:#eab8c9;
--pink-chalk:#f4a4bf;
--unripe-strawberry:#f78da7;
}