Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b3ae;
}
.shrimp-cocktail {
color: #f4a462;
}
.peach-patch {
color: #f3d6a0;
}
.cyantific {
color: #75c7c0;
}
.winter-time {
color: #3b8ea0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b3ae;
--shrimp-cocktail:#f4a462;
--peach-patch:#f3d6a0;
--cyantific:#75c7c0;
--winter-time:#3b8ea0;
}