Sweet Orchard Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Orchard Delight palette
Sweet Orchard Delight color palette CSS
/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffcf3d;
}
.color-4 {
color: #c5ff3d;
}
.color-5 {
color: #3dff8e;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff9b3d;
--color-3: #ffcf3d;
--color-4: #c5ff3d;
--color-5: #3dff8e;
}
Sweet Orchard Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff9b3d, #ffcf3d, #c5ff3d, #3dff8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff9b3d, #ffcf3d, #c5ff3d, #3dff8e);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Sweet Orchard Delight color palette created on .