Transcendent Harmony Color Palette

Discover the beautiful Transcendent Harmony color palette featuring razzmatazz (#d6006f), wewak (#f1a7b8), vanilla ice (#f4d7e2), regent st blue (#a6d5e2) and orient (#005c8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Soft, Summer 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 Transcendent Harmony palette

Share this palette to:

💻 Transcendent Harmony color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f4d7e2;
}
.color-4 {
color: #a6d5e2;
}
.color-5 {
color: #005c8a;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #f1a7b8;
--color-3: #f4d7e2;
--color-4: #a6d5e2;
--color-5: #005c8a;
}

🌈 Transcendent Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #f1a7b8, #f4d7e2, #a6d5e2, #005c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #f1a7b8, #f4d7e2, #a6d5e2, #005c8a);
}

Transcendent Harmony color palette created on .