Warm Peachy Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Peachy Orange palette
Warm Peachy Orange color palette CSS
/* CSS */
.color-1 {
color: #f7c1a1;
}
.color-2 {
color: #f59c8e;
}
.color-3 {
color: #f76959;
}
.color-4 {
color: #ef4e39;
}
.color-5 {
color: #e03a2e;
}
/* CSS Variables */
:root {
--color-1: #f7c1a1;
--color-2: #f59c8e;
--color-3: #f76959;
--color-4: #ef4e39;
--color-5: #e03a2e;
}
Warm Peachy Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c1a1, #f59c8e, #f76959, #ef4e39, #e03a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c1a1, #f59c8e, #f76959, #ef4e39, #e03a2e);
}
Similar color palettes
Warm Peachy Orange color palette created on .