Peachy Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Brown palette
Peachy Brown color palette CSS
/* CSS */
.color-1 {
color: #f4f2e6;
}
.color-2 {
color: #e3c9b0;
}
.color-3 {
color: #d0a480;
}
.color-4 {
color: #c67e5d;
}
.color-5 {
color: #af5e3c;
}
/* CSS Variables */
:root {
--color-1: #f4f2e6;
--color-2: #e3c9b0;
--color-3: #d0a480;
--color-4: #c67e5d;
--color-5: #af5e3c;
}
Peachy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f2e6, #e3c9b0, #d0a480, #c67e5d, #af5e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f2e6, #e3c9b0, #d0a480, #c67e5d, #af5e3c);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Peachy Brown color palette created on .