Emerald Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Oasis palette

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

Emerald Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #00a84f;
}
.color-2 {
color: #1db956;
}
.color-3 {
color: #3ddb62;
}
.color-4 {
color: #5fdd6e;
}
.color-5 {
color: #89e6a0;
}

/* CSS Variables */
:root {
--color-1: #00a84f;
--color-2: #1db956;
--color-3: #3ddb62;
--color-4: #5fdd6e;
--color-5: #89e6a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a84f, #1db956, #3ddb62, #5fdd6e, #89e6a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a84f, #1db956, #3ddb62, #5fdd6e, #89e6a0);
}

Emerald Oasis color palette created on .