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: #f7b2a1;
}
.color-2 {
color: #f9d89f;
}
.color-3 {
color: #f4e09f;
}
.color-4 {
color: #a1d9f7;
}
.color-5 {
color: #9ed4e0;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9d89f;
--color-3: #f4e09f;
--color-4: #a1d9f7;
--color-5: #9ed4e0;
}

Pastel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9d89f, #f4e09f, #a1d9f7, #9ed4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9d89f, #f4e09f, #a1d9f7, #9ed4e0);
}

Pastel Blue color palette created on .