Shades of Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #8db800;
}
.color-2 {
color: #b8e600;
}
.color-3 {
color: #f5e400;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #8db800;
--color-2: #b8e600;
--color-3: #f5e400;
--color-4: #ffb300;
--color-5: #ff6e00;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8db800, #b8e600, #f5e400, #ffb300, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8db800, #b8e600, #f5e400, #ffb300, #ff6e00);
}
Similar color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Peach Blossom
- Green Blue Cocktail
- Whispering Meadow
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Nordic Serenity
- Shades of Green
- Shades of Pink
- Serenity in Bloom
- Warm Shades of Orange
- Courageous Horizon
- Shades of Green
- Vibrant Green
Shades of Yellow color palette created on .