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: #f7a173;
}
.color-2 {
color: #f3eac3;
}
.color-3 {
color: #a2dae6;
}
.color-4 {
color: #4a9cd3;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #f7a173;
--color-2: #f3eac3;
--color-3: #a2dae6;
--color-4: #4a9cd3;
--color-5: #eab8d1;
}

Pastel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a173, #f3eac3, #a2dae6, #4a9cd3, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a173, #f3eac3, #a2dae6, #4a9cd3, #eab8d1);
}

Pastel Blue color palette created on .