Colorful AI Color Palette

Discover the beautiful Colorful AI color palette featuring viking (#6ab4e2), lightning yellow (#fbbd23), carnation (#f76a55), wisteria (#a45dbb) and asparagus (#6d9c5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Blue, Orange, Green 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 Colorful AI palette

Share this palette to:

💻 Colorful AI color palette CSS

/* CSS */
.color-1 {
color: #6ab4e2;
}
.color-2 {
color: #fbbd23;
}
.color-3 {
color: #f76a55;
}
.color-4 {
color: #a45dbb;
}
.color-5 {
color: #6d9c5e;
}

/* CSS Variables */
:root {
--color-1: #6ab4e2;
--color-2: #fbbd23;
--color-3: #f76a55;
--color-4: #a45dbb;
--color-5: #6d9c5e;
}

🌈 Colorful AI background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ab4e2, #fbbd23, #f76a55, #a45dbb, #6d9c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ab4e2, #fbbd23, #f76a55, #a45dbb, #6d9c5e);
}

Colorful AI color palette created on .