Green Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Oasis palette

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

Green Oasis カラー パレット PNG 画像

Download green oasis color palette PNG image (landscape)
Download green oasis color palette PNG image (square)

Green Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #a5c65d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #00995e;
}
.color-5 {
color: #1a6b39;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #a5c65d;
--color-3: #ffffff;
--color-4: #00995e;
--color-5: #1a6b39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #a5c65d, #ffffff, #00995e, #1a6b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #a5c65d, #ffffff, #00995e, #1a6b39);
}

Green Oasis color palette created on .