Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #d0e7d5;
}
.color-2 {
color: #a9e0b4;
}
.color-3 {
color: #76d69e;
}
.color-4 {
color: #4ab58c;
}
.color-5 {
color: #29897b;
}

/* CSS Variables */
:root {
--color-1: #d0e7d5;
--color-2: #a9e0b4;
--color-3: #76d69e;
--color-4: #4ab58c;
--color-5: #29897b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7d5, #a9e0b4, #76d69e, #4ab58c, #29897b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7d5, #a9e0b4, #76d69e, #4ab58c, #29897b);
}

Shades of Green color palette created on .