Cloudy Dreams Color Palette
Discover the beautiful Cloudy Dreams color palette featuring periwinkle gray (#d4dfef), selago (#edf4fc), soft peach (#f9f3f5), white linen (#f8ece7) and we peep (#f7e1e5).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Cloudy Dreams palette
💻 Cloudy Dreams color palette CSS
/* CSS */
.color-1 {
color: #d4dfef;
}
.color-2 {
color: #edf4fc;
}
.color-3 {
color: #f9f3f5;
}
.color-4 {
color: #f8ece7;
}
.color-5 {
color: #f7e1e5;
}
/* CSS Variables */
:root {
--color-1: #d4dfef;
--color-2: #edf4fc;
--color-3: #f9f3f5;
--color-4: #f8ece7;
--color-5: #f7e1e5;
} 🌈 Cloudy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4dfef, #edf4fc, #f9f3f5, #f8ece7, #f7e1e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4dfef, #edf4fc, #f9f3f5, #f8ece7, #f7e1e5);
} 🔗 Explore similar color palettes
Cloudy Dreams color palette created on .