Peach Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Wine palette
Peach Wine color palette PNG image
Peach Wine color palette CSS
/* CSS */
.color-1 {
color: #f5b87f;
}
.color-2 {
color: #f1a579;
}
.color-3 {
color: #e88e6d;
}
.color-4 {
color: #d87b6f;
}
.color-5 {
color: #a35c67;
}
/* CSS Variables */
:root {
--color-1: #f5b87f;
--color-2: #f1a579;
--color-3: #e88e6d;
--color-4: #d87b6f;
--color-5: #a35c67;
}
Peach Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b87f, #f1a579, #e88e6d, #d87b6f, #a35c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b87f, #f1a579, #e88e6d, #d87b6f, #a35c67);
}
Similar color palettes
Scroll down to explore 1 Peach color palette
Peach Wine color palette created on .