Yellow Summer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Summer palette

Share this palette to:

Yellow Summer color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff3d3d;
--color-4: #ff9d00;
--color-5: #ffec3d;
}

Yellow Summer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff3d3d, #ff9d00, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff3d3d, #ff9d00, #ffec3d);
}

Yellow Summer color palette created on .