Soft Pastel Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pastel Dream palette

Share this palette to:

Soft Pastel Dream color palette PNG image

Download soft pastel dream color palette PNG image (landscape)
Download soft pastel dream color palette PNG image (square)

Soft Pastel Dream color palette CSS

/* CSS */
.color-1 {
color: #b4c1d5;
}
.color-2 {
color: #d1c7e1;
}
.color-3 {
color: #e7dae6;
}
.color-4 {
color: #f4e3d7;
}
.color-5 {
color: #f8d0a0;
}

/* CSS Variables */
:root {
--color-1: #b4c1d5;
--color-2: #d1c7e1;
--color-3: #e7dae6;
--color-4: #f4e3d7;
--color-5: #f8d0a0;
}

Soft Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c1d5, #d1c7e1, #e7dae6, #f4e3d7, #f8d0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c1d5, #d1c7e1, #e7dae6, #f4e3d7, #f8d0a0);
}

Soft Pastel Dream color palette created on .