Sunny Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Yellow palette

Share this palette to:

Sunny Yellow color palette CSS

/* CSS */
.color-1 {
color: #ffdd57;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #f5a524;
--color-5: #f1c40e;
}

Sunny Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #ff6e61, #ff3b38, #f5a524, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #ff6e61, #ff3b38, #f5a524, #f1c40e);
}

Sunny Yellow color palette created on .