Light Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Green palette

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

Light Green カラーパレット CSS

/* CSS */
.color-1 {
color: #bcbf82;
}
.color-2 {
color: #b1b88e;
}
.color-3 {
color: #9ba6a1;
}
.color-4 {
color: #dccc9e;
}
.color-5 {
color: #dba395;
}

/* CSS Variables */
:root {
--color-1: #bcbf82;
--color-2: #b1b88e;
--color-3: #9ba6a1;
--color-4: #dccc9e;
--color-5: #dba395;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcbf82, #b1b88e, #9ba6a1, #dccc9e, #dba395);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcbf82, #b1b88e, #9ba6a1, #dccc9e, #dba395);
}

Light Green color palette created on .