Selective Yellow Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Selective Yellow Shades palette

Share this palette to:

Selective Yellow Shades color palette CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffcf3d;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ffa600;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd900;
--color-3: #ffcf3d;
--color-4: #ffc105;
--color-5: #ffa600;
}

Selective Yellow Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd900, #ffcf3d, #ffc105, #ffa600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd900, #ffcf3d, #ffc105, #ffa600);
}

Selective Yellow Shades color palette created on .