Night Light Color Palette
Discover the beautiful Night Light color palette featuring mulled wine (#4c3d6c), akaroa (#d6caae), butterfly bush (#6b508b), sycamore (#a98c3d) and patina (#6b9e93).
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 Night Light palette
💻 Night Light color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #d6caae;
}
.color-3 {
color: #6b508b;
}
.color-4 {
color: #a98c3d;
}
.color-5 {
color: #6b9e93;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #d6caae;
--color-3: #6b508b;
--color-4: #a98c3d;
--color-5: #6b9e93;
} 🌈 Night Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #d6caae, #6b508b, #a98c3d, #6b9e93);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #d6caae, #6b508b, #a98c3d, #6b9e93);
} 🔗 Explore similar color palettes
Night Light color palette created on .