Ethereal Twilight Color Palette
Discover the beautiful Ethereal Twilight color palette featuring shark (#2a2c2d), pale sky (#6d767e), hit gray (#adb5bd), cherub (#f8d8db) and valencia (#dc3848).
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 Ethereal Twilight palette
💻 Ethereal Twilight color palette CSS
/* CSS */
.color-1 {
color: #2a2c2d;
}
.color-2 {
color: #6d767e;
}
.color-3 {
color: #adb5bd;
}
.color-4 {
color: #f8d8db;
}
.color-5 {
color: #dc3848;
}
/* CSS Variables */
:root {
--color-1: #2a2c2d;
--color-2: #6d767e;
--color-3: #adb5bd;
--color-4: #f8d8db;
--color-5: #dc3848;
} 🌈 Ethereal Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c2d, #6d767e, #adb5bd, #f8d8db, #dc3848);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c2d, #6d767e, #adb5bd, #f8d8db, #dc3848);
} 🔗 Explore similar color palettes
Ethereal Twilight color palette created on .