Soft Peach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Peach palette
Soft Peach color palette CSS
/* CSS */
.color-1 {
color: #dabfa0;
}
.color-2 {
color: #e4c2b4;
}
.color-3 {
color: #f1d8c6;
}
.color-4 {
color: #f6e1d5;
}
.color-5 {
color: #f9f5eb;
}
/* CSS Variables */
:root {
--color-1: #dabfa0;
--color-2: #e4c2b4;
--color-3: #f1d8c6;
--color-4: #f6e1d5;
--color-5: #f9f5eb;
}
Soft Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dabfa0, #e4c2b4, #f1d8c6, #f6e1d5, #f9f5eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dabfa0, #e4c2b4, #f1d8c6, #f6e1d5, #f9f5eb);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Soft Peach color palette created on .