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