Elysian Harmony Color Palette

Discover the beautiful Elysian Harmony color palette featuring pink (#ffc2d1), tapestry (#a85d9b), shakespeare (#4a9cd3), cararra (#ebe9e5) and blue haze (#c0c5d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Modern, Pink 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 Elysian Harmony palette

Share this palette to:

💻 Elysian Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffc2d1;
}
.color-2 {
color: #a85d9b;
}
.color-3 {
color: #4a9cd3;
}
.color-4 {
color: #ebe9e5;
}
.color-5 {
color: #c0c5d8;
}

/* CSS Variables */
:root {
--color-1: #ffc2d1;
--color-2: #a85d9b;
--color-3: #4a9cd3;
--color-4: #ebe9e5;
--color-5: #c0c5d8;
}

🌈 Elysian Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2d1, #a85d9b, #4a9cd3, #ebe9e5, #c0c5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2d1, #a85d9b, #4a9cd3, #ebe9e5, #c0c5d8);
}

Elysian Harmony color palette created on .