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: #f7e1bb;
}
.color-2 {
color: #f2c7ab;
}
.color-3 {
color: #efb09f;
}
.color-4 {
color: #f48e6c;
}
.color-5 {
color: #e86a4a;
}
/* CSS Variables */
:root {
--color-1: #f7e1bb;
--color-2: #f2c7ab;
--color-3: #efb09f;
--color-4: #f48e6c;
--color-5: #e86a4a;
}
Peachy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1bb, #f2c7ab, #efb09f, #f48e6c, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1bb, #f2c7ab, #efb09f, #f48e6c, #e86a4a);
}
Similar color palettes
Peachy Tones color palette created on .