Pastel Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Dreams palette

Share this palette to:

Download Pastel Dreams Color Palette (PNG)

Download pastel dreams color palette PNG image (landscape)
Download pastel dreams color palette PNG image (square)

Pastel Dreams color palette CSS

/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f9e2b4;
}
.color-3 {
color: #b2e1e0;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #f6b8a2;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f9e2b4;
--color-3: #b2e1e0;
--color-4: #a0d3d4;
--color-5: #f6b8a2;
}

Pastel Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f9e2b4, #b2e1e0, #a0d3d4, #f6b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f9e2b4, #b2e1e0, #a0d3d4, #f6b8a2);
}

Pastel Dreams color palette created on .