Vibrant Greens カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Greens palette

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

Vibrant Greens カラー パレット PNG 画像

Download vibrant greens color palette PNG image (landscape)
Download vibrant greens color palette PNG image (square)

Vibrant Greens カラーパレット CSS

/* CSS */
.color-1 {
color: #4d4d4d;
}
.color-2 {
color: #c3e38c;
}
.color-3 {
color: #1a1a1a;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #b2e0a9;
}

/* CSS Variables */
:root {
--color-1: #4d4d4d;
--color-2: #c3e38c;
--color-3: #1a1a1a;
--color-4: #ffffff;
--color-5: #b2e0a9;
}

Vibrant Greens の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d4d4d, #c3e38c, #1a1a1a, #ffffff, #b2e0a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d4d4d, #c3e38c, #1a1a1a, #ffffff, #b2e0a9);
}

Vibrant Greens color palette created on .