Bright Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Yellow palette

Share this palette to:

Bright Yellow color palette CSS

/* CSS */
.color-1 {
color: #b7a92a;
}
.color-2 {
color: #b7a92a;
}
.color-3 {
color: #af9a28;
}
.color-4 {
color: #b49264;
}
.color-5 {
color: #9d7b25;
}

/* CSS Variables */
:root {
--color-1: #b7a92a;
--color-2: #b7a92a;
--color-3: #af9a28;
--color-4: #b49264;
--color-5: #9d7b25;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a92a, #b7a92a, #af9a28, #b49264, #9d7b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a92a, #b7a92a, #af9a28, #b49264, #9d7b25);
}

Bright Yellow color palette created on .