Moon Dawn Color Palette
Discover the beautiful Moon Dawn color palette featuring link water (#d4e6f2), regent st blue (#a2c2e6), steel blue (#4b8cbe), st tropaz (#2a5a8d) and biscay (#1e396b).
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 Moon Dawn palette
💻 Moon Dawn color palette CSS
/* CSS */
.color-1 {
color: #d4e6f2;
}
.color-2 {
color: #a2c2e6;
}
.color-3 {
color: #4b8cbe;
}
.color-4 {
color: #2a5a8d;
}
.color-5 {
color: #1e396b;
}
/* CSS Variables */
:root {
--color-1: #d4e6f2;
--color-2: #a2c2e6;
--color-3: #4b8cbe;
--color-4: #2a5a8d;
--color-5: #1e396b;
} 🌈 Moon Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e6f2, #a2c2e6, #4b8cbe, #2a5a8d, #1e396b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e6f2, #a2c2e6, #4b8cbe, #2a5a8d, #1e396b);
} 🔗 Explore similar color palettes
Moon Dawn color palette created on .