Emerald Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Oasis palette

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

Emerald Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #007556;
}
.color-2 {
color: #00946c;
}
.color-3 {
color: #00b383;
}
.color-4 {
color: #00d199;
}
.color-5 {
color: #00e6b4;
}

/* CSS Variables */
:root {
--color-1: #007556;
--color-2: #00946c;
--color-3: #00b383;
--color-4: #00d199;
--color-5: #00e6b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007556, #00946c, #00b383, #00d199, #00e6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007556, #00946c, #00b383, #00d199, #00e6b4);
}

Emerald Oasis color palette created on .