Whispers of Twilight Sky Color Palette

Discover the beautiful Whispers of Twilight Sky color palette featuring prelude (#cec5e2), bouquet (#b893b2), chetwode blue (#7e93d7), trendy pink (#88668f) and chambray (#3f5197).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Muted, Elegant, Spring 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 Whispers of Twilight Sky palette

Share this palette to:

💻 Whispers of Twilight Sky color palette CSS

/* CSS */
.color-1 {
color: #cec5e2;
}
.color-2 {
color: #b893b2;
}
.color-3 {
color: #7e93d7;
}
.color-4 {
color: #88668f;
}
.color-5 {
color: #3f5197;
}

/* CSS Variables */
:root {
--color-1: #cec5e2;
--color-2: #b893b2;
--color-3: #7e93d7;
--color-4: #88668f;
--color-5: #3f5197;
}

🌈 Whispers of Twilight Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cec5e2, #b893b2, #7e93d7, #88668f, #3f5197);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cec5e2, #b893b2, #7e93d7, #88668f, #3f5197);
}

Whispers of Twilight Sky color palette created on .