Pastel Blue Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Blue Green palette

Share this palette to:

Download Pastel Blue Green Color Palette (PNG)

Download pastel blue green color palette PNG image (landscape)
Download pastel blue green color palette PNG image (square)

Pastel Blue Green color palette CSS

/* CSS */
.color-1 {
color: #a9d9e5;
}
.color-2 {
color: #69d89f;
}
.color-3 {
color: #a3e0b6;
}
.color-4 {
color: #f2e6ba;
}
.color-5 {
color: #f7c7b6;
}

/* CSS Variables */
:root {
--color-1: #a9d9e5;
--color-2: #69d89f;
--color-3: #a3e0b6;
--color-4: #f2e6ba;
--color-5: #f7c7b6;
}

Pastel Blue Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9e5, #69d89f, #a3e0b6, #f2e6ba, #f7c7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9e5, #69d89f, #a3e0b6, #f2e6ba, #f7c7b6);
}

Pastel Blue Green color palette created on .