Vibrant Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Tones palette
Vibrant Tones color palette CSS
/* CSS */
.color-1 {
color: #e4b51b;
}
.color-2 {
color: #d74c2d;
}
.color-3 {
color: #5c904c;
}
.color-4 {
color: #4e9ed0;
}
.color-5 {
color: #7a3db8;
}
/* CSS Variables */
:root {
--color-1: #e4b51b;
--color-2: #d74c2d;
--color-3: #5c904c;
--color-4: #4e9ed0;
--color-5: #7a3db8;
}
Vibrant Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b51b, #d74c2d, #5c904c, #4e9ed0, #7a3db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b51b, #d74c2d, #5c904c, #4e9ed0, #7a3db8);
}
Similar color palettes
- Ding Dong Dusk
- Warm Peach
- Earthy Tea
- Shades of Yellow and Red
- Golden Serenade
- Sunset Oasis
- Sunny Orchard Harmony
- Vibrant Pink and Blue
- Pharaoh's Dreamscape
- Golden Egyptian
- Golden Earth
- Academy of Ambition
- Golden Echoes of Ancient Civilizations
- Sunset Serenade
- Whimsical Serenade
- Wheat Shades
- Golden Harvest
- Autumnal Ember
Vibrant Tones color palette created on .