Comfort of Lies Color Palette

Discover the beautiful Comfort of Lies color palette featuring venus (#9e959d), lavender purple (#947ea6), deluge (#7b71ab), waikawa gray (#5466a0) and east bay (#384c7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Dark, Elegant, Gray, Lavender, Modern, Muted, Soft 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 Comfort of Lies palette

Share this palette to:

💻 Comfort of Lies color palette CSS

/* CSS */
.color-1 {
color: #9e959d;
}
.color-2 {
color: #947ea6;
}
.color-3 {
color: #7b71ab;
}
.color-4 {
color: #5466a0;
}
.color-5 {
color: #384c7c;
}

/* CSS Variables */
:root {
--color-1: #9e959d;
--color-2: #947ea6;
--color-3: #7b71ab;
--color-4: #5466a0;
--color-5: #384c7c;
}

🌈 Comfort of Lies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e959d, #947ea6, #7b71ab, #5466a0, #384c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e959d, #947ea6, #7b71ab, #5466a0, #384c7c);
}

Comfort of Lies color palette created on .