Pastel Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Dream palette
Pastel Dream color palette PNG image
Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #ffd7d6;
}
.color-2 {
color: #ffefd6;
}
.color-3 {
color: #ffffd6;
}
.color-4 {
color: #e3ffe0;
}
.color-5 {
color: #e5f1ff;
}
/* CSS Variables */
:root {
--color-1: #ffd7d6;
--color-2: #ffefd6;
--color-3: #ffffd6;
--color-4: #e3ffe0;
--color-5: #e5f1ff;
}
Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd7d6, #ffefd6, #ffffd6, #e3ffe0, #e5f1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd7d6, #ffefd6, #ffffd6, #e3ffe0, #e5f1ff);
}
Similar color palettes
Pastel Dream color palette created on .