Eternal Twilight Color Palette

Discover the beautiful Eternal Twilight color palette featuring jon (#381e2c), cosmic (#6d3c4e), tapestry (#a45b81), blossom (#d9a6b8) and we peep (#f4d2e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Burgundy, Pink, Soft, Autumn color palettes and combinations.

💡 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 Eternal Twilight palette

Share this palette to:

💻 Eternal Twilight color palette CSS

/* CSS */
.color-1 {
color: #381e2c;
}
.color-2 {
color: #6d3c4e;
}
.color-3 {
color: #a45b81;
}
.color-4 {
color: #d9a6b8;
}
.color-5 {
color: #f4d2e5;
}

/* CSS Variables */
:root {
--color-1: #381e2c;
--color-2: #6d3c4e;
--color-3: #a45b81;
--color-4: #d9a6b8;
--color-5: #f4d2e5;
}

🌈 Eternal Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381e2c, #6d3c4e, #a45b81, #d9a6b8, #f4d2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381e2c, #6d3c4e, #a45b81, #d9a6b8, #f4d2e5);
}

Eternal Twilight color palette created on .