Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #07d559;
}
.color-2 {
color: #4cd69f;
}
.color-3 {
color: #8fd1b2;
}
.color-4 {
color: #c5e2a1;
}
.color-5 {
color: #f4f9e1;
}

/* CSS Variables */
:root {
--color-1: #07d559;
--color-2: #4cd69f;
--color-3: #8fd1b2;
--color-4: #c5e2a1;
--color-5: #f4f9e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #07d559, #4cd69f, #8fd1b2, #c5e2a1, #f4f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #07d559, #4cd69f, #8fd1b2, #c5e2a1, #f4f9e1);
}

Shades of Green color palette created on .