Chromatic Aberration Color Palette

Discover the beautiful Chromatic Aberration color palette featuring medium red violet (#af3c8e), honey flower (#4d1d72), sapphire (#2d4c9a), curious blue (#3b9cd8) and blizzard blue (#b7e0f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Purple, Blue, Teal, Vibrant, Modern, Fun 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 Chromatic Aberration palette

Share this palette to:

💻 Chromatic Aberration color palette CSS

/* CSS */
.color-1 {
color: #af3c8e;
}
.color-2 {
color: #4d1d72;
}
.color-3 {
color: #2d4c9a;
}
.color-4 {
color: #3b9cd8;
}
.color-5 {
color: #b7e0f0;
}

/* CSS Variables */
:root {
--color-1: #af3c8e;
--color-2: #4d1d72;
--color-3: #2d4c9a;
--color-4: #3b9cd8;
--color-5: #b7e0f0;
}

🌈 Chromatic Aberration background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af3c8e, #4d1d72, #2d4c9a, #3b9cd8, #b7e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af3c8e, #4d1d72, #2d4c9a, #3b9cd8, #b7e0f0);
}

Chromatic Aberration color palette created on .