Insomnia Color Palette

Discover the beautiful Insomnia color palette featuring martinique (#393a5b), waikawa gray (#5a5e8c), wild blue yonder (#7b80b7), cold purple (#9fa3e0) and link water (#d4d7f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Night Sky, Blue, Modern, Soft, Muted, Light Autumn, Bright Winter, Elegant 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 Insomnia palette

Share this palette to:

💻 Insomnia color palette CSS

/* CSS */
.color-1 {
color: #393a5b;
}
.color-2 {
color: #5a5e8c;
}
.color-3 {
color: #7b80b7;
}
.color-4 {
color: #9fa3e0;
}
.color-5 {
color: #d4d7f2;
}

/* CSS Variables */
:root {
--color-1: #393a5b;
--color-2: #5a5e8c;
--color-3: #7b80b7;
--color-4: #9fa3e0;
--color-5: #d4d7f2;
}

🌈 Insomnia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393a5b, #5a5e8c, #7b80b7, #9fa3e0, #d4d7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393a5b, #5a5e8c, #7b80b7, #9fa3e0, #d4d7f2);
}

Insomnia color palette created on .