Elegant Twilight Color Palette

Discover the beautiful Elegant Twilight color palette featuring island spice (#fffbf0), sidecar (#f2e1ba), regent st blue (#a9c8e0), butterfly bush (#5d4b8b) and dune (#2f2b28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, White, Gray, Blue, Beige, Elegant, Soft, Modern, Light, Spring 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 Elegant Twilight palette

Share this palette to:

💻 Elegant Twilight color palette CSS

/* CSS */
.color-1 {
color: #fffbf0;
}
.color-2 {
color: #f2e1ba;
}
.color-3 {
color: #a9c8e0;
}
.color-4 {
color: #5d4b8b;
}
.color-5 {
color: #2f2b28;
}

/* CSS Variables */
:root {
--color-1: #fffbf0;
--color-2: #f2e1ba;
--color-3: #a9c8e0;
--color-4: #5d4b8b;
--color-5: #2f2b28;
}

🌈 Elegant Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffbf0, #f2e1ba, #a9c8e0, #5d4b8b, #2f2b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffbf0, #f2e1ba, #a9c8e0, #5d4b8b, #2f2b28);
}

Elegant Twilight color palette created on .