Twilight Serenity Color Palette

Discover the beautiful Twilight Serenity color palette featuring cloud burst (#1f2b47), east bay (#3a4c6e), waikawa gray (#5c6e93), shadow green (#9bbec5) and sidecar (#f2e3b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Modern, Summer 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: #1f2b47;
}
.color-2 {
color: #3a4c6e;
}
.color-3 {
color: #5c6e93;
}
.color-4 {
color: #9bbec5;
}
.color-5 {
color: #f2e3b5;
}

/* CSS Variables */
:root {
--color-1: #1f2b47;
--color-2: #3a4c6e;
--color-3: #5c6e93;
--color-4: #9bbec5;
--color-5: #f2e3b5;
}

🌈 Twilight Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2b47, #3a4c6e, #5c6e93, #9bbec5, #f2e3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2b47, #3a4c6e, #5c6e93, #9bbec5, #f2e3b5);
}

Twilight Serenity color palette created on .