Selective Yellow Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Selective Yellow Sunshine palette

Share this palette to:

Selective Yellow Sunshine color palette CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffdd33;
}
.color-3 {
color: #ffeb66;
}
.color-4 {
color: #ffff99;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffdd33;
--color-3: #ffeb66;
--color-4: #ffff99;
--color-5: #ffd900;
}

Selective Yellow Sunshine background gradient CSS

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

Selective Yellow Sunshine color palette created on .