Elegant Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Green palette

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

Elegant Green カラーパレット CSS

/* CSS */
.color-1 {
color: #efe4d7;
}
.color-2 {
color: #d2c7b7;
}
.color-3 {
color: #a3b1a0;
}
.color-4 {
color: #7a9989;
}
.color-5 {
color: #4d7a6e;
}

/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #d2c7b7;
--color-3: #a3b1a0;
--color-4: #7a9989;
--color-5: #4d7a6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #d2c7b7, #a3b1a0, #7a9989, #4d7a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #d2c7b7, #a3b1a0, #7a9989, #4d7a6e);
}

Elegant Green color palette created on .