Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5b9f6d;
}
.color-2 {
color: #68b6a9;
}
.color-3 {
color: #a2d4d8;
}
.color-4 {
color: #f3d7bf;
}
.color-5 {
color: #f7a8a1;
}

/* CSS Variables */
:root {
--color-1: #5b9f6d;
--color-2: #68b6a9;
--color-3: #a2d4d8;
--color-4: #f3d7bf;
--color-5: #f7a8a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9f6d, #68b6a9, #a2d4d8, #f3d7bf, #f7a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9f6d, #68b6a9, #a2d4d8, #f3d7bf, #f7a8a1);
}

Shades of Green color palette created on .