Vibrant Yellow Red Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Yellow Red Purple palette
Vibrant Yellow Red Purple color palette CSS
/* CSS */
.color-1 {
color: #f5c800;
}
.color-2 {
color: #db5000;
}
.color-3 {
color: #6d2c90;
}
.color-4 {
color: #a84100;
}
.color-5 {
color: #ff6e00;
}
/* CSS Variables */
:root {
--color-1: #f5c800;
--color-2: #db5000;
--color-3: #6d2c90;
--color-4: #a84100;
--color-5: #ff6e00;
}
Vibrant Yellow Red Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c800, #db5000, #6d2c90, #a84100, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c800, #db5000, #6d2c90, #a84100, #ff6e00);
}
Similar color palettes
- Yellow Eclipse
- Crimson Reverie
- Inferno's Embrace
- Sunset Serenade
- Fiery Sunset Symphony
- Caramelized Confection
- Vibrant Yellow Red Purple
- Electric Spectrum
- Pink Sunset
- Vibrant Red
- Sunset Serenade
- Shades of Red and Green
- Red Sunset
- Embers and Evergreen
- Orange Power Point
- Poppy Orange
- Elegance in Equilibrium
- Crimson Sunrise
Vibrant Yellow Red Purple color palette created on .