Logan's Dream Color Palette

Discover the beautiful Logan's Dream color palette featuring prelude (#c8c5e7), wistful (#a0a1cf), wild blue yonder (#8187b6), waikawa gray (#5b6e9a) and east bay (#3f4d73).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Modern, Soft, Spring, Violet 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 Logan's Dream palette

Share this palette to:

💻 Logan's Dream color palette CSS

/* CSS */
.color-1 {
color: #c8c5e7;
}
.color-2 {
color: #a0a1cf;
}
.color-3 {
color: #8187b6;
}
.color-4 {
color: #5b6e9a;
}
.color-5 {
color: #3f4d73;
}

/* CSS Variables */
:root {
--color-1: #c8c5e7;
--color-2: #a0a1cf;
--color-3: #8187b6;
--color-4: #5b6e9a;
--color-5: #3f4d73;
}

🌈 Logan's Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8c5e7, #a0a1cf, #8187b6, #5b6e9a, #3f4d73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8c5e7, #a0a1cf, #8187b6, #5b6e9a, #3f4d73);
}

Logan's Dream color palette created on .