Bright Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Yellow palette
Bright Yellow color palette CSS
/* CSS */
.color-1 {
color: #f9e59f;
}
.color-2 {
color: #f1d579;
}
.color-3 {
color: #f0b44c;
}
.color-4 {
color: #e9a41c;
}
.color-5 {
color: #d69a00;
}
/* CSS Variables */
:root {
--color-1: #f9e59f;
--color-2: #f1d579;
--color-3: #f0b44c;
--color-4: #e9a41c;
--color-5: #d69a00;
}
Bright Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e59f, #f1d579, #f0b44c, #e9a41c, #d69a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e59f, #f1d579, #f0b44c, #e9a41c, #d69a00);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Bright Yellow color palette created on .