Shades of Jade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Jade palette

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

Shades of Jade カラーパレット CSS

/* CSS */
.color-1 {
color: #5ad3b5;
}
.color-2 {
color: #8de2b1;
}
.color-3 {
color: #b1e2b9;
}
.color-4 {
color: #e3f2e5;
}
.color-5 {
color: #eef6ee;
}

/* CSS Variables */
:root {
--color-1: #5ad3b5;
--color-2: #8de2b1;
--color-3: #b1e2b9;
--color-4: #e3f2e5;
--color-5: #eef6ee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ad3b5, #8de2b1, #b1e2b9, #e3f2e5, #eef6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ad3b5, #8de2b1, #b1e2b9, #e3f2e5, #eef6ee);
}

Shades of Jade color palette created on .