Serene Jade Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Jade Oasis palette

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

Serene Jade Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #a1e8d7;
}
.color-4 {
color: #e3f2e4;
}
.color-5 {
color: #f0fff2;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #a1e8d7;
--color-4: #e3f2e4;
--color-5: #f0fff2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #a1e8d7, #e3f2e4, #f0fff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #a1e8d7, #e3f2e4, #f0fff2);
}

Serene Jade Oasis color palette created on .