Evergreen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Evergreen palette

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

Evergreen カラーパレット (PNG) をダウンロード

Download evergreen color palette PNG image (landscape)
Download evergreen color palette PNG image (square)

Evergreen カラーパレット CSS

/* CSS */
.color-1 {
color: #255f4b;
}
.color-2 {
color: #326752;
}
.color-3 {
color: #44886d;
}
.color-4 {
color: #85b672;
}
.color-5 {
color: #aacfa5;
}

/* CSS Variables */
:root {
--color-1: #255f4b;
--color-2: #326752;
--color-3: #44886d;
--color-4: #85b672;
--color-5: #aacfa5;
}

Evergreen の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #255f4b, #326752, #44886d, #85b672, #aacfa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #255f4b, #326752, #44886d, #85b672, #aacfa5);
}

Evergreen color palette created on .