Emerald Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Oasis palette

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

Emerald Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #007542;
}
.color-2 {
color: #00995c;
}
.color-3 {
color: #1ac17e;
}
.color-4 {
color: #4fdea0;
}
.color-5 {
color: #a6edd5;
}

/* CSS Variables */
:root {
--color-1: #007542;
--color-2: #00995c;
--color-3: #1ac17e;
--color-4: #4fdea0;
--color-5: #a6edd5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007542, #00995c, #1ac17e, #4fdea0, #a6edd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007542, #00995c, #1ac17e, #4fdea0, #a6edd5);
}

Emerald Oasis color palette created on .