Chroma Cathedral Color Palette

Discover the beautiful Chroma Cathedral color palette featuring strikemaster (#a25d8b), melanie (#e3b5c7), new orleans (#f1d8a2), steel blue (#4a9cba) and east bay (#4b3b6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Pink, Vibrant 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 Chroma Cathedral palette

Share this palette to:

💻 Chroma Cathedral color palette CSS

/* CSS */
.color-1 {
color: #a25d8b;
}
.color-2 {
color: #e3b5c7;
}
.color-3 {
color: #f1d8a2;
}
.color-4 {
color: #4a9cba;
}
.color-5 {
color: #4b3b6d;
}

/* CSS Variables */
:root {
--color-1: #a25d8b;
--color-2: #e3b5c7;
--color-3: #f1d8a2;
--color-4: #4a9cba;
--color-5: #4b3b6d;
}

🌈 Chroma Cathedral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a25d8b, #e3b5c7, #f1d8a2, #4a9cba, #4b3b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a25d8b, #e3b5c7, #f1d8a2, #4a9cba, #4b3b6d);
}

Chroma Cathedral color palette created on .