Verdant Zest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Zest palette

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

Verdant Zest カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d86e;
}
.color-2 {
color: #8aca49;
}
.color-3 {
color: #4eb12b;
}
.color-4 {
color: #2a7c1d;
}
.color-5 {
color: #1b6010;
}

/* CSS Variables */
:root {
--color-1: #a7d86e;
--color-2: #8aca49;
--color-3: #4eb12b;
--color-4: #2a7c1d;
--color-5: #1b6010;
}

Verdant Zest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d86e, #8aca49, #4eb12b, #2a7c1d, #1b6010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d86e, #8aca49, #4eb12b, #2a7c1d, #1b6010);
}

Verdant Zest color palette created on .