Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.matt-pink {
color: #ffb8c1;
}
.peach-puff {
color: #ffd9b8;
}
.tunisian-stone {
color: #ffdfb3;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--matt-pink:#ffb8c1;
--peach-puff:#ffd9b8;
--tunisian-stone:#ffdfb3;
--spring-buttercup:#fff5c2;
}