Catia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Catia palette

Share this palette to:

Download Catia Color Palette (PNG)

Download catia color palette PNG image (landscape)
Download catia color palette PNG image (square)

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 .