Jade Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jade Oasis palette

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

Jade Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #00bdad;
}
.color-2 {
color: #1dd3b8;
}
.color-3 {
color: #43dfc0;
}
.color-4 {
color: #7befc4;
}
.color-5 {
color: #a3f5d7;
}

/* CSS Variables */
:root {
--color-1: #00bdad;
--color-2: #1dd3b8;
--color-3: #43dfc0;
--color-4: #7befc4;
--color-5: #a3f5d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdad, #1dd3b8, #43dfc0, #7befc4, #a3f5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdad, #1dd3b8, #43dfc0, #7befc4, #a3f5d7);
}

Jade Oasis color palette created on .