Warm Peach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Peach palette
Warm Peach color palette CSS
/* CSS */
.color-1 {
color: #f3a582;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #e0e0e0;
}
.color-4 {
color: #9fc4e9;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f3a582;
--color-2: #f7d74b;
--color-3: #e0e0e0;
--color-4: #9fc4e9;
--color-5: #ff6e61;
}
Warm Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a582, #f7d74b, #e0e0e0, #9fc4e9, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a582, #f7d74b, #e0e0e0, #9fc4e9, #ff6e61);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Warm Peach color palette created on .