Bright Yellow Star Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Yellow Star palette

Share this palette to:

Bright Yellow Star color palette PNG image

Download bright yellow star color palette PNG image (landscape)
Download bright yellow star color palette PNG image (square)

Bright Yellow Star color palette CSS

/* CSS */
.color-1 {
color: #fff4bd;
}
.color-2 {
color: #feeb7b;
}
.color-3 {
color: #fed35d;
}
.color-4 {
color: #fde04e;
}
.color-5 {
color: #fcde45;
}

/* CSS Variables */
:root {
--color-1: #fff4bd;
--color-2: #feeb7b;
--color-3: #fed35d;
--color-4: #fde04e;
--color-5: #fcde45;
}

Bright Yellow Star background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff4bd, #feeb7b, #fed35d, #fde04e, #fcde45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff4bd, #feeb7b, #fed35d, #fde04e, #fcde45);
}

Bright Yellow Star color palette created on .