Whimsy in Twilight Color Palette

Discover the beautiful Whimsy in Twilight color palette featuring lavender gray (#d4bbda), bouquet (#b793b0), blue bell (#9398c4), bazaar (#9b817d) and kimberly (#6a6993).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Earthy, Elegant, Gray, Lavender, Modern, Muted, Pink, 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 Whimsy in Twilight palette

Share this palette to:

💻 Whimsy in Twilight color palette CSS

/* CSS */
.color-1 {
color: #d4bbda;
}
.color-2 {
color: #b793b0;
}
.color-3 {
color: #9398c4;
}
.color-4 {
color: #9b817d;
}
.color-5 {
color: #6a6993;
}

/* CSS Variables */
:root {
--color-1: #d4bbda;
--color-2: #b793b0;
--color-3: #9398c4;
--color-4: #9b817d;
--color-5: #6a6993;
}

🌈 Whimsy in Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4bbda, #b793b0, #9398c4, #9b817d, #6a6993);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4bbda, #b793b0, #9398c4, #9b817d, #6a6993);
}

Whimsy in Twilight color palette created on .