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: #f6e5a2;
}
.color-2 {
color: #f0ca4c;
}
.color-3 {
color: #eab65d;
}
.color-4 {
color: #d8a22c;
}
.color-5 {
color: #d6a800;
}
/* CSS Variables */
:root {
--color-1: #f6e5a2;
--color-2: #f0ca4c;
--color-3: #eab65d;
--color-4: #d8a22c;
--color-5: #d6a800;
}
Bright Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5a2, #f0ca4c, #eab65d, #d8a22c, #d6a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5a2, #f0ca4c, #eab65d, #d8a22c, #d6a800);
}
Similar color palettes
Scroll down to explore 400+ Yellow color palettes
Bright Yellow color palette created on .