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: #ff382e;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffad42;
}
.color-4 {
color: #ffd500;
}
.color-5 {
color: #ff4281;
}
/* CSS Variables */
:root {
--color-1: #ff382e;
--color-2: #ff6e00;
--color-3: #ffad42;
--color-4: #ffd500;
--color-5: #ff4281;
}
Sweet Orchard Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff382e, #ff6e00, #ffad42, #ffd500, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff382e, #ff6e00, #ffad42, #ffd500, #ff4281);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Sweet Orchard Delight color palette created on .