Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #144d44;
}
.color-2 {
color: #1b885b;
}
.color-3 {
color: #5fbf8a;
}
.color-4 {
color: #a4e5b8;
}
.color-5 {
color: #f2f9f0;
}

/* CSS Variables */
:root {
--color-1: #144d44;
--color-2: #1b885b;
--color-3: #5fbf8a;
--color-4: #a4e5b8;
--color-5: #f2f9f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #144d44, #1b885b, #5fbf8a, #a4e5b8, #f2f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #144d44, #1b885b, #5fbf8a, #a4e5b8, #f2f9f0);
}

Shades of Green color palette created on .