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: #f6e48e;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f09c00;
}
.color-5 {
color: #d58a10;
}

/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f9d66c;
--color-3: #f8c572;
--color-4: #f09c00;
--color-5: #d58a10;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f9d66c, #f8c572, #f09c00, #d58a10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f9d66c, #f8c572, #f09c00, #d58a10);
}

Bright Yellow color palette created on .