Loading...

Emo Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emo Vibes palette

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

Emo Vibes カラーパレット (PNG) をダウンロード

Download emo vibes color palette PNG image (landscape)
Download emo vibes color palette PNG image (square)

Emo Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #6e6e8c;
}
.color-4 {
color: #a8a8c2;
}
.color-5 {
color: #d5d5e7;
}

/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #3c3c5d;
--color-3: #6e6e8c;
--color-4: #a8a8c2;
--color-5: #d5d5e7;
}

Emo Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #3c3c5d, #6e6e8c, #a8a8c2, #d5d5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #3c3c5d, #6e6e8c, #a8a8c2, #d5d5e7);
}

Emo Vibes color palette created on .