Lush Canopy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lush Canopy palette

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

Lush Canopy カラーパレット CSS

/* CSS */
.color-1 {
color: #8ccb3a;
}
.color-2 {
color: #a5d79d;
}
.color-3 {
color: #d9e9b9;
}
.color-4 {
color: #f4f6c1;
}
.color-5 {
color: #f3e8b4;
}

/* CSS Variables */
:root {
--color-1: #8ccb3a;
--color-2: #a5d79d;
--color-3: #d9e9b9;
--color-4: #f4f6c1;
--color-5: #f3e8b4;
}

Lush Canopy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ccb3a, #a5d79d, #d9e9b9, #f4f6c1, #f3e8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ccb3a, #a5d79d, #d9e9b9, #f4f6c1, #f3e8b4);
}

Lush Canopy color palette created on .