Dream Moth Color Palette
Discover the beautiful Dream Moth color palette featuring snuff (#d6c7e1), cold purple (#9fb1df), danube (#6c9cc6), san marino (#3f7a9d) and matisse (#1b5b93).
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 Dream Moth palette
💻 Dream Moth color palette CSS
/* CSS */
.color-1 {
color: #d6c7e1;
}
.color-2 {
color: #9fb1df;
}
.color-3 {
color: #6c9cc6;
}
.color-4 {
color: #3f7a9d;
}
.color-5 {
color: #1b5b93;
}
/* CSS Variables */
:root {
--color-1: #d6c7e1;
--color-2: #9fb1df;
--color-3: #6c9cc6;
--color-4: #3f7a9d;
--color-5: #1b5b93;
}
🌈 Dream Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7e1, #9fb1df, #6c9cc6, #3f7a9d, #1b5b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7e1, #9fb1df, #6c9cc6, #3f7a9d, #1b5b93);
}
🔗 Explore similar color palettes
Dream Moth color palette created on .