Sunny Skies and Soft Breezes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Skies and Soft Breezes palette

Share this palette to:

Sunny Skies and Soft Breezes color palette CSS

/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #b1dff2;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #a3c7e0;
--color-3: #f6b83c;
--color-4: #b1dff2;
--color-5: #e9b79f;
}

Sunny Skies and Soft Breezes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #a3c7e0, #f6b83c, #b1dff2, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #a3c7e0, #f6b83c, #b1dff2, #e9b79f);
}

Sunny Skies and Soft Breezes color palette created on .