Pastel Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Blue palette

Share this palette to:

Pastel Blue color palette CSS

/* CSS */
.color-1 {
color: #b3cde0;
}
.color-2 {
color: #9ed9e0;
}
.color-3 {
color: #f1b1d3;
}
.color-4 {
color: #f5c2e0;
}
.color-5 {
color: #e6b2d1;
}

/* CSS Variables */
:root {
--color-1: #b3cde0;
--color-2: #9ed9e0;
--color-3: #f1b1d3;
--color-4: #f5c2e0;
--color-5: #e6b2d1;
}

Pastel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3cde0, #9ed9e0, #f1b1d3, #f5c2e0, #e6b2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3cde0, #9ed9e0, #f1b1d3, #f5c2e0, #e6b2d1);
}

Similar color palettes

Pastel Blue color palette created on .