Peachy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Tones palette
Peachy Tones color palette CSS
/* CSS */
.color-1 {
color: #e2a2c5;
}
.color-2 {
color: #f6c1b1;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #f2d29c;
}
.color-5 {
color: #f3b94f;
}
/* CSS Variables */
:root {
--color-1: #e2a2c5;
--color-2: #f6c1b1;
--color-3: #f9e1b4;
--color-4: #f2d29c;
--color-5: #f3b94f;
}
Peachy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a2c5, #f6c1b1, #f9e1b4, #f2d29c, #f3b94f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a2c5, #f6c1b1, #f9e1b4, #f2d29c, #f3b94f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Peachy Tones color palette created on .