Jade Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jade Oasis palette

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

Jade Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #008a73;
}
.color-2 {
color: #50b99f;
}
.color-3 {
color: #a8e1d4;
}
.color-4 {
color: #f0e3d6;
}
.color-5 {
color: #b1e1e7;
}

/* CSS Variables */
:root {
--color-1: #008a73;
--color-2: #50b99f;
--color-3: #a8e1d4;
--color-4: #f0e3d6;
--color-5: #b1e1e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008a73, #50b99f, #a8e1d4, #f0e3d6, #b1e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008a73, #50b99f, #a8e1d4, #f0e3d6, #b1e1e7);
}

Jade Oasis color palette created on .