Twilight Serenity Color Palette

Discover the beautiful Twilight Serenity color palette featuring havelock blue (#4b91e2), seagull (#7db2e8), wisteria (#9b58b6), domino (#8f745b) and kabul (#5d4a3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Brown, Purple 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 Twilight Serenity palette

Share this palette to:

💻 Twilight Serenity color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #7db2e8;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #8f745b;
}
.color-5 {
color: #5d4a3c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #7db2e8;
--color-3: #9b58b6;
--color-4: #8f745b;
--color-5: #5d4a3c;
}

🌈 Twilight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #7db2e8, #9b58b6, #8f745b, #5d4a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #7db2e8, #9b58b6, #8f745b, #5d4a3c);
}

Twilight Serenity color palette created on .