Sunny Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Breeze palette

Share this palette to:

Sunny Breeze color palette PNG image

Download sunny breeze color palette PNG image (landscape)
Download sunny breeze color palette PNG image (square)

Sunny Breeze color palette CSS

/* CSS */
.color-1 {
color: #fff0db;
}
.color-2 {
color: #dbfff0;
}
.color-3 {
color: #c7fff0;
}
.color-4 {
color: #f0fff0;
}
.color-5 {
color: #b3fff0;
}

/* CSS Variables */
:root {
--color-1: #fff0db;
--color-2: #dbfff0;
--color-3: #c7fff0;
--color-4: #f0fff0;
--color-5: #b3fff0;
}

Sunny Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff0db, #dbfff0, #c7fff0, #f0fff0, #b3fff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff0db, #dbfff0, #c7fff0, #f0fff0, #b3fff0);
}

Sunny Breeze color palette created on .