Loading...
Shades of Peach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Peach palette
Download Shades of Peach Color Palette (PNG)
Shades of Peach color palette CSS
/* CSS */
.color-1 {
color: #ffc2a3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffda6b;
}
/* CSS Variables */
:root {
--color-1: #ffc2a3;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #ffb84d;
--color-5: #ffda6b;
}
Shades of Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2a3, #ff6e61, #ff3b38, #ffb84d, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2a3, #ff6e61, #ff3b38, #ffb84d, #ffda6b);
}
Similar color palettes
Scroll down to explore 4 Aesthetic color palettes
Shades of Peach color palette created on .