Twilight Harmony Color Palette
Discover the beautiful Twilight Harmony color palette featuring fiord (#3a4b69), blue bayoux (#4d5f84), lynch (#6b7a94), anzac (#e1a54c) and red damask (#d86c4b).
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 Harmony palette
💻 Twilight Harmony color palette CSS
/* CSS */
.color-1 {
color: #3a4b69;
}
.color-2 {
color: #4d5f84;
}
.color-3 {
color: #6b7a94;
}
.color-4 {
color: #e1a54c;
}
.color-5 {
color: #d86c4b;
}
/* CSS Variables */
:root {
--color-1: #3a4b69;
--color-2: #4d5f84;
--color-3: #6b7a94;
--color-4: #e1a54c;
--color-5: #d86c4b;
} 🌈 Twilight Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4b69, #4d5f84, #6b7a94, #e1a54c, #d86c4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4b69, #4d5f84, #6b7a94, #e1a54c, #d86c4b);
} 🔗 Explore similar color palettes
Twilight Harmony color palette created on .