Celestial Twilight Color Palette
Discover the beautiful Celestial Twilight color palette featuring mulled wine (#4a3c68), rum (#6a5b8b), kimberly (#8c77a6), wistful (#b0a6d3) and moon raker (#e0c2f5).
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 Celestial Twilight palette
💻 Celestial Twilight color palette CSS
/* CSS */
.color-1 {
color: #4a3c68;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8c77a6;
}
.color-4 {
color: #b0a6d3;
}
.color-5 {
color: #e0c2f5;
}
/* CSS Variables */
:root {
--color-1: #4a3c68;
--color-2: #6a5b8b;
--color-3: #8c77a6;
--color-4: #b0a6d3;
--color-5: #e0c2f5;
} 🌈 Celestial Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c68, #6a5b8b, #8c77a6, #b0a6d3, #e0c2f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c68, #6a5b8b, #8c77a6, #b0a6d3, #e0c2f5);
} 🔗 Explore similar color palettes
Celestial Twilight color palette created on .