Catia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Catia palette

このパレットを共有する先:

Catia カラー パレット PNG 画像

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

Catia カラーパレット 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 の背景のグラデーション 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 .