Shades of Asparagus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Asparagus palette
Shades of Asparagus color palette CSS
/* CSS */
.color-1 {
color: #a3b87a;
}
.color-2 {
color: #b9d09a;
}
.color-3 {
color: #d4e4b9;
}
.color-4 {
color: #e1f3c4;
}
.color-5 {
color: #f6f9d7;
}
/* CSS Variables */
:root {
--color-1: #a3b87a;
--color-2: #b9d09a;
--color-3: #d4e4b9;
--color-4: #e1f3c4;
--color-5: #f6f9d7;
}
Shades of Asparagus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b87a, #b9d09a, #d4e4b9, #e1f3c4, #f6f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b87a, #b9d09a, #d4e4b9, #e1f3c4, #f6f9d7);
}
Similar color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Whispers of Connie
- Peach Blossom
- Green Blue Cocktail
- Olive Grove Harmony
- Whispering Meadow
- Groovy Garden Fiesta
- Sugar Swirl Dream
- Serene Blossom
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Nordic Serenity
- Tropical Serenity
- Lime Zest Biscotti
Shades of Asparagus color palette created on .