Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #3a7e5c;
}
.color-2 {
color: #8ac1a9;
}
.color-3 {
color: #e7c6a7;
}
.color-4 {
color: #f4c95d;
}
.color-5 {
color: #d67d38;
}

/* CSS Variables */
:root {
--color-1: #3a7e5c;
--color-2: #8ac1a9;
--color-3: #e7c6a7;
--color-4: #f4c95d;
--color-5: #d67d38;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e5c, #8ac1a9, #e7c6a7, #f4c95d, #d67d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e5c, #8ac1a9, #e7c6a7, #f4c95d, #d67d38);
}

Shades of Green color palette created on .