Green Viper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Viper palette

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

Green Viper カラーパレット CSS

/* CSS */
.color-1 {
color: #409c7a;
}
.color-2 {
color: #69bf8b;
}
.color-3 {
color: #8de2b1;
}
.color-4 {
color: #c4f8d3;
}
.color-5 {
color: #f9f9a4;
}

/* CSS Variables */
:root {
--color-1: #409c7a;
--color-2: #69bf8b;
--color-3: #8de2b1;
--color-4: #c4f8d3;
--color-5: #f9f9a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #409c7a, #69bf8b, #8de2b1, #c4f8d3, #f9f9a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #409c7a, #69bf8b, #8de2b1, #c4f8d3, #f9f9a4);
}

Green Viper color palette created on .