Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #6ed8b3;
}
.color-2 {
color: #4bbea5;
}
.color-3 {
color: #36ab9b;
}
.color-4 {
color: #2f8981;
}
.color-5 {
color: #1b6f6c;
}

/* CSS Variables */
:root {
--color-1: #6ed8b3;
--color-2: #4bbea5;
--color-3: #36ab9b;
--color-4: #2f8981;
--color-5: #1b6f6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ed8b3, #4bbea5, #36ab9b, #2f8981, #1b6f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ed8b3, #4bbea5, #36ab9b, #2f8981, #1b6f6c);
}

Shades of Green color palette created on .