Cloudy Dreams Color Palette
Discover the beautiful Cloudy Dreams color palette featuring periwinkle gray (#d2deee), selago (#eef4fc), soft peach (#f8f1f4), white linen (#f8ece7) and we peep (#f8e3e7).
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: #d2deee;
}
.color-2 {
color: #eef4fc;
}
.color-3 {
color: #f8f1f4;
}
.color-4 {
color: #f8ece7;
}
.color-5 {
color: #f8e3e7;
}
/* CSS Variables */
:root {
--color-1: #d2deee;
--color-2: #eef4fc;
--color-3: #f8f1f4;
--color-4: #f8ece7;
--color-5: #f8e3e7;
}
🌈 Cloudy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2deee, #eef4fc, #f8f1f4, #f8ece7, #f8e3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2deee, #eef4fc, #f8f1f4, #f8ece7, #f8e3e7);
}
🔗 Explore similar color palettes
Cloudy Dreams color palette created on .