Shadowed Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shadowed Elegance palette

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

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

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

Shadowed Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #432423;
}
.color-3 {
color: #753f3e;
}
.color-4 {
color: #9a1919;
}
.color-5 {
color: #9b3d3b;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #432423;
--color-3: #753f3e;
--color-4: #9a1919;
--color-5: #9b3d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #432423, #753f3e, #9a1919, #9b3d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #432423, #753f3e, #9a1919, #9b3d3b);
}

Shadowed Elegance color palette created on .