Venomous Verdancy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venomous Verdancy palette

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

Venomous Verdancy カラーパレット CSS

/* CSS */
.color-1 {
color: #404319;
}
.color-2 {
color: #6d6a27;
}
.color-3 {
color: #777637;
}
.color-4 {
color: #af5918;
}
.color-5 {
color: #9b3a17;
}

/* CSS Variables */
:root {
--color-1: #404319;
--color-2: #6d6a27;
--color-3: #777637;
--color-4: #af5918;
--color-5: #9b3a17;
}

Venomous Verdancy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #404319, #6d6a27, #777637, #af5918, #9b3a17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #404319, #6d6a27, #777637, #af5918, #9b3a17);
}

Venomous Verdancy color palette created on .