Vibrant Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Green palette

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

Vibrant Green カラーパレット (PNG) をダウンロード

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

Vibrant Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4c9a75;
}
.color-2 {
color: #a3d7d7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f89720;
}
.color-5 {
color: #f3712b;
}

/* CSS Variables */
:root {
--color-1: #4c9a75;
--color-2: #a3d7d7;
--color-3: #f9c54e;
--color-4: #f89720;
--color-5: #f3712b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9a75, #a3d7d7, #f9c54e, #f89720, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9a75, #a3d7d7, #f9c54e, #f89720, #f3712b);
}

Vibrant Green color palette created on .