Pastel Blue Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Blue Dream palette

Share this palette to:

Pastel Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b8e5d8;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #f6c6a2;
}
.color-5 {
color: #f8b98b;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b8e5d8;
--color-3: #f1e1b1;
--color-4: #f6c6a2;
--color-5: #f8b98b;
}

Pastel Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b8e5d8, #f1e1b1, #f6c6a2, #f8b98b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b8e5d8, #f1e1b1, #f6c6a2, #f8b98b);
}

Pastel Blue Dream color palette created on .