Pastel Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Blue palette

Share this palette to:

Download Pastel Blue Color Palette (PNG)

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

Pastel Blue color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f3d3a0;
}
.color-3 {
color: #f5deb8;
}
.color-4 {
color: #a2d7d0;
}
.color-5 {
color: #76b1e5;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f3d3a0;
--color-3: #f5deb8;
--color-4: #a2d7d0;
--color-5: #76b1e5;
}

Pastel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f3d3a0, #f5deb8, #a2d7d0, #76b1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f3d3a0, #f5deb8, #a2d7d0, #76b1e5);
}

Pastel Blue color palette created on .