Colorful Jax Color Palette

Discover the beautiful Colorful Jax color palette featuring bittersweet (#ff6b6b), golden tainoi (#ffcb6b), downy (#6dd0a0), malibu (#6b9fff) and cornflower blue (#6b6bff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Summer, Coral, Blue 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 Jax palette

Share this palette to:

💻 Colorful Jax color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffcb6b;
}
.color-3 {
color: #6dd0a0;
}
.color-4 {
color: #6b9fff;
}
.color-5 {
color: #6b6bff;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffcb6b;
--color-3: #6dd0a0;
--color-4: #6b9fff;
--color-5: #6b6bff;
}

🌈 Colorful Jax background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffcb6b, #6dd0a0, #6b9fff, #6b6bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffcb6b, #6dd0a0, #6b9fff, #6b6bff);
}

Colorful Jax color palette created on .