Viper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Viper palette

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

Viper カラー パレット PNG 画像

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

Viper カラーパレット CSS

/* CSS */
.color-1 {
color: #6f9d3f;
}
.color-2 {
color: #5f8e3e;
}
.color-3 {
color: #4e7a3e;
}
.color-4 {
color: #3d6b3d;
}
.color-5 {
color: #2e5c3e;
}

/* CSS Variables */
:root {
--color-1: #6f9d3f;
--color-2: #5f8e3e;
--color-3: #4e7a3e;
--color-4: #3d6b3d;
--color-5: #2e5c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f9d3f, #5f8e3e, #4e7a3e, #3d6b3d, #2e5c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f9d3f, #5f8e3e, #4e7a3e, #3d6b3d, #2e5c3e);
}

Viper color palette created on .