Peachy Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Hues palette
Peachy Hues color palette CSS
/* CSS */
.color-1 {
color: #e5a49f;
}
.color-2 {
color: #f7b8a1;
}
.color-3 {
color: #f9c89a;
}
.color-4 {
color: #f3d68c;
}
.color-5 {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--color-1: #e5a49f;
--color-2: #f7b8a1;
--color-3: #f9c89a;
--color-4: #f3d68c;
--color-5: #f9e1b4;
}
Peachy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a49f, #f7b8a1, #f9c89a, #f3d68c, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a49f, #f7b8a1, #f9c89a, #f3d68c, #f9e1b4);
}
Similar color palettes
Peachy Hues color palette created on .