Venomous Verdance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venomous Verdance palette

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

Venomous Verdance カラーパレット CSS

/* CSS */
.color-1 {
color: #4cdc77;
}
.color-2 {
color: #3cb961;
}
.color-3 {
color: #2a9d4c;
}
.color-4 {
color: #1e7b3a;
}
.color-5 {
color: #f2d13a;
}

/* CSS Variables */
:root {
--color-1: #4cdc77;
--color-2: #3cb961;
--color-3: #2a9d4c;
--color-4: #1e7b3a;
--color-5: #f2d13a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cdc77, #3cb961, #2a9d4c, #1e7b3a, #f2d13a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cdc77, #3cb961, #2a9d4c, #1e7b3a, #f2d13a);
}

Venomous Verdance color palette created on .