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