Akaza Color Palette

Discover the beautiful Akaza color palette featuring charm (#d9739a), casablanca (#f4ae52), energy yellow (#fad55c), dull lavender (#a1b4e8) and dolphin (#686284).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Yellow, Lavender, Warm, Soft, Bright, Vintage, Earthy 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 Akaza palette

Share this palette to:

💻 Akaza color palette CSS

/* CSS */
.color-1 {
color: #d9739a;
}
.color-2 {
color: #f4ae52;
}
.color-3 {
color: #fad55c;
}
.color-4 {
color: #a1b4e8;
}
.color-5 {
color: #686284;
}

/* CSS Variables */
:root {
--color-1: #d9739a;
--color-2: #f4ae52;
--color-3: #fad55c;
--color-4: #a1b4e8;
--color-5: #686284;
}

🌈 Akaza background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9739a, #f4ae52, #fad55c, #a1b4e8, #686284);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9739a, #f4ae52, #fad55c, #a1b4e8, #686284);
}

Akaza color palette created on .