Green Leaves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Leaves palette

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

Green Leaves カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c6a5;
}
.color-2 {
color: #a2d8a2;
}
.color-3 {
color: #e7f7a6;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #a4c6a5;
--color-2: #a2d8a2;
--color-3: #e7f7a6;
--color-4: #f9d66c;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a5, #a2d8a2, #e7f7a6, #f9d66c, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a5, #a2d8a2, #e7f7a6, #f9d66c, #f4a462);
}

Green Leaves color palette created on .