Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5eb08e;
}
.color-2 {
color: #6fbe8c;
}
.color-3 {
color: #92d9a7;
}
.color-4 {
color: #f3e8b4;
}
.color-5 {
color: #f7b2a1;
}

/* CSS Variables */
:root {
--color-1: #5eb08e;
--color-2: #6fbe8c;
--color-3: #92d9a7;
--color-4: #f3e8b4;
--color-5: #f7b2a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5eb08e, #6fbe8c, #92d9a7, #f3e8b4, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5eb08e, #6fbe8c, #92d9a7, #f3e8b4, #f7b2a1);
}

Shades of Green color palette created on .