Oliver's Orchard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oliver's Orchard palette
Oliver's Orchard color palette CSS
/* CSS */
.color-1 {
color: #a7d3d0;
}
.color-2 {
color: #f5b59e;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #a7d3d0;
--color-2: #f5b59e;
--color-3: #f4cf3e;
--color-4: #e77e23;
--color-5: #d15400;
}
Oliver's Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3d0, #f5b59e, #f4cf3e, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3d0, #f5b59e, #f4cf3e, #e77e23, #d15400);
}
Similar color palettes
Oliver's Orchard color palette created on .