Jade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jade palette

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

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

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

Jade カラーパレット CSS

/* CSS */
.color-1 {
color: #53b27d;
}
.color-2 {
color: #8bcb9a;
}
.color-3 {
color: #b4d9af;
}
.color-4 {
color: #d7efc3;
}
.color-5 {
color: #f0f8e8;
}

/* CSS Variables */
:root {
--color-1: #53b27d;
--color-2: #8bcb9a;
--color-3: #b4d9af;
--color-4: #d7efc3;
--color-5: #f0f8e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #53b27d, #8bcb9a, #b4d9af, #d7efc3, #f0f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #53b27d, #8bcb9a, #b4d9af, #d7efc3, #f0f8e8);
}

似たようなカラーパレット

Jade color palette created on .