Elder Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elder Green palette

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

Elder Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #d5b8e0;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #4b9b92;
}
.color-5 {
color: #7d5e4f;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #d5b8e0;
--color-3: #a2c7e7;
--color-4: #4b9b92;
--color-5: #7d5e4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #d5b8e0, #a2c7e7, #4b9b92, #7d5e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #d5b8e0, #a2c7e7, #4b9b92, #7d5e4f);
}

Elder Green color palette created on .