Paleta de colores Apple Orchard
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Apple Orchard palette
CSS de la paleta de colores Apple Orchard
/* CSS */
.color-1 {
color: #4fa93d;
}
.color-2 {
color: #a4c3a2;
}
.color-3 {
color: #f6e5a2;
}
.color-4 {
color: #d87f31;
}
.color-5 {
color: #e25d4b;
}
/* CSS Variables */
:root {
--color-1: #4fa93d;
--color-2: #a4c3a2;
--color-3: #f6e5a2;
--color-4: #d87f31;
--color-5: #e25d4b;
}
CSS del degradado de fondo Apple Orchard
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fa93d, #a4c3a2, #f6e5a2, #d87f31, #e25d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fa93d, #a4c3a2, #f6e5a2, #d87f31, #e25d4b);
}
Paletas de colores similares
- Soft Pink
- Coral Breeze
- Golden Meadow Harmony
- Swinging Serenade
- Mimi's Dreamscape
- Mimi's Garden Delight
- Elysian Sunset
- Serenity by the Shore
- Blue Future
- Moss Green Serenity
- Dusty Blue and Sage Green
- Shades of Green
- Shades of Green and Blue
- Shades of Green and Blue
- Deep Green Serenity
- Emerald Awakening
- Sunset Serenade
- Whimsical Blossom
Apple Orchard color palette created on .