Catia カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Catia palette
Catia カラー パレット PNG 画像
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 .