Peach Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peach Shades palette
Peach Shades color palette CSS
/* CSS */
.color-1 {
color: #f6d4b1;
}
.color-2 {
color: #f1a17e;
}
.color-3 {
color: #e8784f;
}
.color-4 {
color: #d66c2e;
}
.color-5 {
color: #af5e3c;
}
/* CSS Variables */
:root {
--color-1: #f6d4b1;
--color-2: #f1a17e;
--color-3: #e8784f;
--color-4: #d66c2e;
--color-5: #af5e3c;
}
Peach Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d4b1, #f1a17e, #e8784f, #d66c2e, #af5e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d4b1, #f1a17e, #e8784f, #d66c2e, #af5e3c);
}
Similar color palettes
Peach Shades color palette created on .