Green Plant カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Plant palette

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

Green Plant カラーパレット CSS

/* CSS */
.color-1 {
color: #5dbb8c;
}
.color-2 {
color: #a4dab8;
}
.color-3 {
color: #e3f6d5;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d8697d;
}

/* CSS Variables */
:root {
--color-1: #5dbb8c;
--color-2: #a4dab8;
--color-3: #e3f6d5;
--color-4: #f6b83c;
--color-5: #d8697d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbb8c, #a4dab8, #e3f6d5, #f6b83c, #d8697d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbb8c, #a4dab8, #e3f6d5, #f6b83c, #d8697d);
}

Green Plant color palette created on .