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: #f1c84b;
}
.color-2 {
color: #f27640;
}
.color-3 {
color: #e25063;
}
.color-4 {
color: #a35db6;
}
.color-5 {
color: #6b83d1;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f27640;
--color-3: #e25063;
--color-4: #a35db6;
--color-5: #6b83d1;
}

Bright Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f27640, #e25063, #a35db6, #6b83d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f27640, #e25063, #a35db6, #6b83d1);
}

Bright Yellow color palette created on .