Vibrant Greenery カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Greenery palette

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

Vibrant Greenery カラーパレット CSS

/* CSS */
.color-1 {
color: #3d9e4c;
}
.color-2 {
color: #5ecf7e;
}
.color-3 {
color: #88e7a2;
}
.color-4 {
color: #b1f1c2;
}
.color-5 {
color: #eaffe0;
}

/* CSS Variables */
:root {
--color-1: #3d9e4c;
--color-2: #5ecf7e;
--color-3: #88e7a2;
--color-4: #b1f1c2;
--color-5: #eaffe0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9e4c, #5ecf7e, #88e7a2, #b1f1c2, #eaffe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9e4c, #5ecf7e, #88e7a2, #b1f1c2, #eaffe0);
}

Vibrant Greenery color palette created on .