Serene Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Breeze palette

Share this palette to:

Serene Breeze color palette PNG image

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

Serene Breeze color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #e5e5ff;
}
.color-3 {
color: #8ce0f3;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f0ffeb;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e5e5ff;
--color-3: #8ce0f3;
--color-4: #ffffff;
--color-5: #f0ffeb;
}

Serene Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e5e5ff, #8ce0f3, #ffffff, #f0ffeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e5e5ff, #8ce0f3, #ffffff, #f0ffeb);
}

Serene Breeze color palette created on .