Hippie Dreams Color Palette

Discover the beautiful Hippie Dreams color palette featuring shakespeare (#5cb1d6), morning glory (#a3d6e0), jagged ice (#c8e3ea), polar (#eff8fb) and manhattan (#f5b9a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Boho, Bright, Coastal, Fun, Light, Soft, Summer, Teal 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 Hippie Dreams palette

Share this palette to:

💻 Hippie Dreams color palette CSS

/* CSS */
.color-1 {
color: #5cb1d6;
}
.color-2 {
color: #a3d6e0;
}
.color-3 {
color: #c8e3ea;
}
.color-4 {
color: #eff8fb;
}
.color-5 {
color: #f5b9a3;
}

/* CSS Variables */
:root {
--color-1: #5cb1d6;
--color-2: #a3d6e0;
--color-3: #c8e3ea;
--color-4: #eff8fb;
--color-5: #f5b9a3;
}

🌈 Hippie Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb1d6, #a3d6e0, #c8e3ea, #eff8fb, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb1d6, #a3d6e0, #c8e3ea, #eff8fb, #f5b9a3);
}

Hippie Dreams color palette created on .