Soft Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Green palette

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

Soft Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c69f;
}
.color-2 {
color: #d2e5d3;
}
.color-3 {
color: #e8f4e1;
}
.color-4 {
color: #afcfb7;
}
.color-5 {
color: #9fc1b8;
}

/* CSS Variables */
:root {
--color-1: #a3c69f;
--color-2: #d2e5d3;
--color-3: #e8f4e1;
--color-4: #afcfb7;
--color-5: #9fc1b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c69f, #d2e5d3, #e8f4e1, #afcfb7, #9fc1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c69f, #d2e5d3, #e8f4e1, #afcfb7, #9fc1b8);
}

Soft Green color palette created on .