Vibrant Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Green palette

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

Vibrant Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f26e6e;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #f2d86e;
}
.color-4 {
color: #c4f26e;
}
.color-5 {
color: #6ef2a7;
}

/* CSS Variables */
:root {
--color-1: #f26e6e;
--color-2: #f2a76e;
--color-3: #f2d86e;
--color-4: #c4f26e;
--color-5: #6ef2a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f26e6e, #f2a76e, #f2d86e, #c4f26e, #6ef2a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f26e6e, #f2a76e, #f2d86e, #c4f26e, #6ef2a7);
}

Vibrant Green color palette created on .