Retro Orchard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Orchard palette
Retro Orchard color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #a4dab4;
}
.color-5 {
color: #f9b4d2;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f5b400;
--color-3: #ff6e61;
--color-4: #a4dab4;
--color-5: #f9b4d2;
}
Retro Orchard background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f5b400, #ff6e61, #a4dab4, #f9b4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f5b400, #ff6e61, #a4dab4, #f9b4d2);
}
Similar color palettes
- Blue Moon
- Whimsical Tati Dreamscape
- Frosted Serenity
- Blue Clusters
- Shades of Purple and Teal
- Indigo Dreams
- Colorful Ophelia
- Mystic Lagoon
- Blue Clinic
- Aqua Pharma Elegance
- Teal Sunshine
- Glacial Serenity
- Shades of Blue
- Whimsical Meadow
- Cool Blue
- Light Blue Winter Tundra
- Serene Skies and Blushing Blooms
- Imperial Elegance
Retro Orchard color palette created on .