Edo Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Edo Elegance palette

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

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

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

Edo Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #e1b7d4;
}
.color-3 {
color: #a1637e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #895b29;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #e1b7d4;
--color-3: #a1637e;
--color-4: #f1c84b;
--color-5: #895b29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #e1b7d4, #a1637e, #f1c84b, #895b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #e1b7d4, #a1637e, #f1c84b, #895b29);
}

Edo Elegance color palette created on .