Emerald Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Oasis palette

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

Emerald Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #3c8b46;
}
.color-2 {
color: #5abf71;
}
.color-3 {
color: #8dd8a7;
}
.color-4 {
color: #b2e0d1;
}
.color-5 {
color: #e8f8f1;
}

/* CSS Variables */
:root {
--color-1: #3c8b46;
--color-2: #5abf71;
--color-3: #8dd8a7;
--color-4: #b2e0d1;
--color-5: #e8f8f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8b46, #5abf71, #8dd8a7, #b2e0d1, #e8f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8b46, #5abf71, #8dd8a7, #b2e0d1, #e8f8f1);
}

Emerald Oasis color palette created on .