Witchy Green Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Witchy Green Shades palette

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

Witchy Green Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #3a693c;
}
.color-2 {
color: #4f8d4e;
}
.color-3 {
color: #73b86b;
}
.color-4 {
color: #a5d69e;
}
.color-5 {
color: #eaf6eb;
}

/* CSS Variables */
:root {
--color-1: #3a693c;
--color-2: #4f8d4e;
--color-3: #73b86b;
--color-4: #a5d69e;
--color-5: #eaf6eb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a693c, #4f8d4e, #73b86b, #a5d69e, #eaf6eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a693c, #4f8d4e, #73b86b, #a5d69e, #eaf6eb);
}

Witchy Green Shades color palette created on .