Akaza Color Palette

Discover the beautiful Akaza color palette featuring chambray (#3f4ca2), blue violet (#6278bc), polo blue (#90a0d5), laser (#ccb366) and new york pink (#db7e75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Gray, Beige, Pink, Soft, Earthy, Modern, Vibrant, Muted 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: #3f4ca2;
}
.color-2 {
color: #6278bc;
}
.color-3 {
color: #90a0d5;
}
.color-4 {
color: #ccb366;
}
.color-5 {
color: #db7e75;
}

/* CSS Variables */
:root {
--color-1: #3f4ca2;
--color-2: #6278bc;
--color-3: #90a0d5;
--color-4: #ccb366;
--color-5: #db7e75;
}

🌈 Akaza background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4ca2, #6278bc, #90a0d5, #ccb366, #db7e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4ca2, #6278bc, #90a0d5, #ccb366, #db7e75);
}

Akaza color palette created on .