Pastel Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Dream palette

Share this palette to:

Pastel Dream color palette CSS

/* CSS */
.color-1 {
color: #e1b7d1;
}
.color-2 {
color: #b8a3c7;
}
.color-3 {
color: #aae2e9;
}
.color-4 {
color: #d5e9a0;
}
.color-5 {
color: #f9d86c;
}

/* CSS Variables */
:root {
--color-1: #e1b7d1;
--color-2: #b8a3c7;
--color-3: #aae2e9;
--color-4: #d5e9a0;
--color-5: #f9d86c;
}

Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d1, #b8a3c7, #aae2e9, #d5e9a0, #f9d86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d1, #b8a3c7, #aae2e9, #d5e9a0, #f9d86c);
}

Pastel Dream color palette created on .