Pastel Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Breeze palette

Share this palette to:

Download Pastel Breeze Color Palette (PNG)

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

Pastel Breeze color palette CSS

/* CSS */
.color-1 {
color: #d2f7f9;
}
.color-2 {
color: #e8bfe4;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #003f75;
}

/* CSS Variables */
:root {
--color-1: #d2f7f9;
--color-2: #e8bfe4;
--color-3: #ffffff;
--color-4: #ffb3e4;
--color-5: #003f75;
}

Pastel Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2f7f9, #e8bfe4, #ffffff, #ffb3e4, #003f75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2f7f9, #e8bfe4, #ffffff, #ffb3e4, #003f75);
}

Pastel Breeze color palette created on .