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: #f5d6e9;
}
.color-2 {
color: #faded6;
}
.color-3 {
color: #f7abc4;
}
.color-4 {
color: #e1ccd5;
}
.color-5 {
color: #7476af;
}

/* CSS Variables */
:root {
--color-1: #f5d6e9;
--color-2: #faded6;
--color-3: #f7abc4;
--color-4: #e1ccd5;
--color-5: #7476af;
}

Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6e9, #faded6, #f7abc4, #e1ccd5, #7476af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6e9, #faded6, #f7abc4, #e1ccd5, #7476af);
}

Pastel Dream color palette created on .