Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #1c6d41;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #bfe3b0;
}

/* CSS Variables */
:root {
--color-1: #1c6d41;
--color-2: #4cae4f;
--color-3: #6ccb79;
--color-4: #a3d55d;
--color-5: #bfe3b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c6d41, #4cae4f, #6ccb79, #a3d55d, #bfe3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c6d41, #4cae4f, #6ccb79, #a3d55d, #bfe3b0);
}

Shades of Green color palette created on .