Saturated Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Saturated Yellow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Saturated Yellow Color Palette (PNG)
Saturated Yellow color palette CSS
/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #f5e900;
}
.color-4 {
color: #f0d000;
}
.color-5 {
color: #f0b000;
}
/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #f5c800;
--color-3: #f5e900;
--color-4: #f0d000;
--color-5: #f0b000;
}
Saturated Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #f5c800, #f5e900, #f0d000, #f0b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #f5c800, #f5e900, #f0d000, #f0b000);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Saturated Yellow color palette created on .