Espeon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Espeon palette

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

Espeon カラー パレット PNG 画像

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

Espeon カラーパレット CSS

/* CSS */
.color-1 {
color: #b38ed2;
}
.color-2 {
color: #deb9f9;
}
.color-3 {
color: #f9e4fb;
}
.color-4 {
color: #f6c6e1;
}
.color-5 {
color: #efa9b9;
}

/* CSS Variables */
:root {
--color-1: #b38ed2;
--color-2: #deb9f9;
--color-3: #f9e4fb;
--color-4: #f6c6e1;
--color-5: #efa9b9;
}

Espeon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b38ed2, #deb9f9, #f9e4fb, #f6c6e1, #efa9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b38ed2, #deb9f9, #f9e4fb, #f6c6e1, #efa9b9);
}

Espeon color palette created on .