Versace Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Versace Elegance palette

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

Versace Elegance カラー パレット PNG 画像

Download versace elegance color palette PNG image (landscape)
Download versace elegance color palette PNG image (square)

Versace Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #d0c0af;
}
.color-2 {
color: #f7e9b0;
}
.color-3 {
color: #dc8f4c;
}
.color-4 {
color: #483a1e;
}
.color-5 {
color: #9e3d3d;
}

/* CSS Variables */
:root {
--color-1: #d0c0af;
--color-2: #f7e9b0;
--color-3: #dc8f4c;
--color-4: #483a1e;
--color-5: #9e3d3d;
}

Versace Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c0af, #f7e9b0, #dc8f4c, #483a1e, #9e3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c0af, #f7e9b0, #dc8f4c, #483a1e, #9e3d3d);
}

Versace Elegance color palette created on .