Whimsical Twilight Color Palette

Discover the beautiful Whimsical Twilight color palette featuring cornflower (#a6c6ed), light wisteria (#d5a1e2), white (#ffffff), tundora (#4a4a4a) and spindle (#b9d3e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Purple, Soft, Bright 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 Whimsical Twilight palette

Share this palette to:

💻 Whimsical Twilight color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #d5a1e2;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #b9d3e9;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #d5a1e2;
--color-3: #ffffff;
--color-4: #4a4a4a;
--color-5: #b9d3e9;
}

🌈 Whimsical Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #d5a1e2, #ffffff, #4a4a4a, #b9d3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #d5a1e2, #ffffff, #4a4a4a, #b9d3e9);
}

Whimsical Twilight color palette created on .