Celestial Twilight Color Palette

Discover the beautiful Celestial Twilight color palette featuring eminence (#592d8f), chambray (#3d4b99), lochinvar (#2d9a97), saffron (#f6b83c) and buttercup (#f1c40e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Celestial Twilight palette

Share this palette to:

💻 Celestial Twilight color palette CSS

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #3d4b99;
}
.color-3 {
color: #2d9a97;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #3d4b99;
--color-3: #2d9a97;
--color-4: #f6b83c;
--color-5: #f1c40e;
}

🌈 Celestial Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #3d4b99, #2d9a97, #f6b83c, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #3d4b99, #2d9a97, #f6b83c, #f1c40e);
}

Celestial Twilight color palette created on .