Pastel Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Dream palette
Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #e6b3d0;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #e7d1ff;
}
/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #ffffff;
--color-3: #e6b3d0;
--color-4: #ffb3b3;
--color-5: #e7d1ff;
}
Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #ffffff, #e6b3d0, #ffb3b3, #e7d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #ffffff, #e6b3d0, #ffb3b3, #e7d1ff);
}
Similar color palettes
- Cotton Candy Dreams
- Elegant Purple
- Whispers of Serene Pastels
- Retro Vibes
- Whispers of Serenity
- Whispers of Soft Serenity
- Pastel Pink
- Whispering Petals Palette
- Lavender Dreams
- Lavender Dreams
- Whispers of Blossom
- Whimsical Whiskers
- Lavender Dreams
- Calm Waters
- Yellow Green Shades
- Dreamy Jellyburst
- Mist Blue
- Whispers of Twilight
Pastel Dream color palette created on .