Venomous Verdure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Venomous Verdure palette

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

Venomous Verdure カラーパレット CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6fcf68;
}
.color-3 {
color: #9de2a5;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6fcf68;
--color-3: #9de2a5;
--color-4: #f9c54e;
--color-5: #f94346;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6fcf68, #9de2a5, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6fcf68, #9de2a5, #f9c54e, #f94346);
}

Venomous Verdure color palette created on .