Dreamy Sky Whispers Color Palette
Discover the beautiful Dreamy Sky Whispers color palette featuring fog (#dbdbff), melrose (#b3b3ff), titan white (#f0f0ff), periwinkle (#c7c7ff) and pattens blue (#dbf0ff).
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 Dreamy Sky Whispers palette
💻 Dreamy Sky Whispers color palette CSS
/* CSS */
.color-1 {
color: #dbdbff;
}
.color-2 {
color: #b3b3ff;
}
.color-3 {
color: #f0f0ff;
}
.color-4 {
color: #c7c7ff;
}
.color-5 {
color: #dbf0ff;
}
/* CSS Variables */
:root {
--color-1: #dbdbff;
--color-2: #b3b3ff;
--color-3: #f0f0ff;
--color-4: #c7c7ff;
--color-5: #dbf0ff;
}
🌈 Dreamy Sky Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbff, #b3b3ff, #f0f0ff, #c7c7ff, #dbf0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbff, #b3b3ff, #f0f0ff, #c7c7ff, #dbf0ff);
}
🔗 Explore similar color palettes
Dreamy Sky Whispers color palette created on .