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: #ff2929;
}
.color-2 {
color: #ff713d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd97a;
}
.color-5 {
color: #ffe7a3;
}
/* CSS Variables */
:root {
--color-1: #ff2929;
--color-2: #ff713d;
--color-3: #ffb84d;
--color-4: #ffd97a;
--color-5: #ffe7a3;
}
Sweet Orchard Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2929, #ff713d, #ffb84d, #ffd97a, #ffe7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2929, #ff713d, #ffb84d, #ffd97a, #ffe7a3);
}
Similar color palettes
Sweet Orchard Delight color palette created on .