Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a3b493;
}
.color-2 {
color: #c0d5ae;
}
.color-3 {
color: #e5eab8;
}
.color-4 {
color: #f8e0a0;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #a3b493;
--color-2: #c0d5ae;
--color-3: #e5eab8;
--color-4: #f8e0a0;
--color-5: #f1a8a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b493, #c0d5ae, #e5eab8, #f8e0a0, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b493, #c0d5ae, #e5eab8, #f8e0a0, #f1a8a2);
}

Shades of Green color palette created on .