Dark Green Y2K カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Green Y2K palette

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

Dark Green Y2K カラーパレット CSS

/* CSS */
.color-1 {
color: #1d3f34;
}
.color-2 {
color: #4f9c78;
}
.color-3 {
color: #7ed3a1;
}
.color-4 {
color: #a1e3b8;
}
.color-5 {
color: #d4f2d5;
}

/* CSS Variables */
:root {
--color-1: #1d3f34;
--color-2: #4f9c78;
--color-3: #7ed3a1;
--color-4: #a1e3b8;
--color-5: #d4f2d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f34, #4f9c78, #7ed3a1, #a1e3b8, #d4f2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f34, #4f9c78, #7ed3a1, #a1e3b8, #d4f2d5);
}

似たようなカラーパレット

下にスクロールして7個の緑カラーパレットを探索しましょう

Dark Green Y2K color palette created on .