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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Catia color palette created on .