Yellow Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Eclipse palette

Share this palette to:

Yellow Eclipse color palette CSS

/* CSS */
.color-1 {
color: #fde56d;
}
.color-2 {
color: #fccc55;
}
.color-3 {
color: #f9a653;
}
.color-4 {
color: #ee8f2f;
}
.color-5 {
color: #bd5a14;
}

/* CSS Variables */
:root {
--color-1: #fde56d;
--color-2: #fccc55;
--color-3: #f9a653;
--color-4: #ee8f2f;
--color-5: #bd5a14;
}

Yellow Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde56d, #fccc55, #f9a653, #ee8f2f, #bd5a14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde56d, #fccc55, #f9a653, #ee8f2f, #bd5a14);
}

Similar color palettes

Yellow Eclipse color palette created on .