Catia Color Palette

Discover the beautiful Catia color palette featuring di serria (#d3a155), antique brass (#ce8f5f), brown rust (#b96d41), matrix (#b0605e) and au chico (#9c5455).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Earthy, Orange, Burgundy, Warm, Deep, Red, Brown, Tropical 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 Catia palette

Share this palette to:

๐Ÿ’ป Catia color palette CSS

/* CSS */
.color-1 {
color: #d3a155;
}
.color-2 {
color: #ce8f5f;
}
.color-3 {
color: #b96d41;
}
.color-4 {
color: #b0605e;
}
.color-5 {
color: #9c5455;
}

/* CSS Variables */
:root {
--color-1: #d3a155;
--color-2: #ce8f5f;
--color-3: #b96d41;
--color-4: #b0605e;
--color-5: #9c5455;
}

๐ŸŒˆ Catia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a155, #ce8f5f, #b96d41, #b0605e, #9c5455);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a155, #ce8f5f, #b96d41, #b0605e, #9c5455);
}

Catia color palette created on .