Soft Peach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Peach palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Peach Color Palette (PNG)
Soft Peach color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f1e2d5;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #d3b57e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b2a1;
--color-3: #f1e2d5;
--color-4: #f6d55a;
--color-5: #d3b57e;
}
Soft Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b2a1, #f1e2d5, #f6d55a, #d3b57e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b2a1, #f1e2d5, #f6d55a, #d3b57e);
}
Similar color palettes
Soft Peach color palette created on .