Sunny Forecast Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Forecast palette

Share this palette to:

Sunny Forecast color palette CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffad42;
}
.color-4 {
color: #ffde70;
}
.color-5 {
color: #f8e3a0;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #ff6e61;
--color-3: #ffad42;
--color-4: #ffde70;
--color-5: #f8e3a0;
}

Sunny Forecast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #ff6e61, #ffad42, #ffde70, #f8e3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #ff6e61, #ffad42, #ffde70, #f8e3a0);
}

Sunny Forecast color palette created on .