Apple Orchard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apple Orchard palette
Apple Orchard color palette CSS
/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffdf3d;
}
.color-4 {
color: #7eff3d;
}
.color-5 {
color: #3dff8b;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff8e3d;
--color-3: #ffdf3d;
--color-4: #7eff3d;
--color-5: #3dff8b;
}
Apple Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff8e3d, #ffdf3d, #7eff3d, #3dff8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff8e3d, #ffdf3d, #7eff3d, #3dff8b);
}
Similar color palettes
Apple Orchard color palette created on .