Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #c3d6c2;
}
.color-3 {
color: #e0f0e6;
}
.color-4 {
color: #f3e0b4;
}
.color-5 {
color: #d6b28a;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #c3d6c2;
--color-3: #e0f0e6;
--color-4: #f3e0b4;
--color-5: #d6b28a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #c3d6c2, #e0f0e6, #f3e0b4, #d6b28a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #c3d6c2, #e0f0e6, #f3e0b4, #d6b28a);
}

Shades of Green color palette created on .