Virus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Virus palette

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

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

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

Virus カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #494992;
}
.color-3 {
color: #6e6ebf;
}
.color-4 {
color: #a9d18f;
}
.color-5 {
color: #f7d74b;
}

/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #494992;
--color-3: #6e6ebf;
--color-4: #a9d18f;
--color-5: #f7d74b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #494992, #6e6ebf, #a9d18f, #f7d74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #494992, #6e6ebf, #a9d18f, #f7d74b);
}

Virus color palette created on .