Twilight Whispers Color Palette
Discover the beautiful Twilight Whispers color palette featuring haiti (#24113b), port gore (#291c4a), bossanova (#482555), bossanova (#653267) and affair (#79417c).
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 Twilight Whispers palette
💻 Twilight Whispers color palette CSS
/* CSS */
.color-1 {
color: #24113b;
}
.color-2 {
color: #291c4a;
}
.color-3 {
color: #482555;
}
.color-4 {
color: #653267;
}
.color-5 {
color: #79417c;
}
/* CSS Variables */
:root {
--color-1: #24113b;
--color-2: #291c4a;
--color-3: #482555;
--color-4: #653267;
--color-5: #79417c;
}
🌈 Twilight Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #24113b, #291c4a, #482555, #653267, #79417c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #24113b, #291c4a, #482555, #653267, #79417c);
}
🔗 Explore similar color palettes
Twilight Whispers color palette created on .