Ada Wong Color Palette

Discover the beautiful Ada Wong color palette featuring cadillac (#b04f6b), sunglo (#e67b79), rose bud (#f9afa4), saffron (#f6b62c) and paarl (#a95b2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Pink, Orange, Bright, Retro, Summer, Fun, Character 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 Ada Wong palette

Share this palette to:

💻 Ada Wong color palette CSS

/* CSS */
.color-1 {
color: #b04f6b;
}
.color-2 {
color: #e67b79;
}
.color-3 {
color: #f9afa4;
}
.color-4 {
color: #f6b62c;
}
.color-5 {
color: #a95b2d;
}

/* CSS Variables */
:root {
--color-1: #b04f6b;
--color-2: #e67b79;
--color-3: #f9afa4;
--color-4: #f6b62c;
--color-5: #a95b2d;
}

🌈 Ada Wong background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b04f6b, #e67b79, #f9afa4, #f6b62c, #a95b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b04f6b, #e67b79, #f9afa4, #f6b62c, #a95b2d);
}

Ada Wong color palette created on .