Jade Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jade Oasis palette

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

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

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

Jade Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #00b39e;
}
.color-2 {
color: #1e9f92;
}
.color-3 {
color: #3cb49e;
}
.color-4 {
color: #54d4b0;
}
.color-5 {
color: #a6e3dc;
}

/* CSS Variables */
:root {
--color-1: #00b39e;
--color-2: #1e9f92;
--color-3: #3cb49e;
--color-4: #54d4b0;
--color-5: #a6e3dc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b39e, #1e9f92, #3cb49e, #54d4b0, #a6e3dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b39e, #1e9f92, #3cb49e, #54d4b0, #a6e3dc);
}

Jade Oasis color palette created on .