Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.almond-cream {
color: #f4c19f;
}
.soft-straw {
color: #f2d17d;
}
.lime-lizard {
color: #a3d55d;
}
.enviable {
color: #4b9b3b;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--almond-cream:#f4c19f;
--soft-straw:#f2d17d;
--lime-lizard:#a3d55d;
--enviable:#4b9b3b;
}