X-axis Color Palette

Discover the beautiful X-axis color palette featuring orange (#ff6d1f), sunshade (#ff9924), koromiko (#ffc66b), celadon (#b2e2a6) and downy (#76c7d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Modern, Orange, Spring, Vibrant, Yellow 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 X-axis palette

Share this palette to:

💻 X-axis color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9924;
}
.color-3 {
color: #ffc66b;
}
.color-4 {
color: #b2e2a6;
}
.color-5 {
color: #76c7d5;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9924;
--color-3: #ffc66b;
--color-4: #b2e2a6;
--color-5: #76c7d5;
}

🌈 X-axis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9924, #ffc66b, #b2e2a6, #76c7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9924, #ffc66b, #b2e2a6, #76c7d5);
}

X-axis color palette created on .