Brown Green Aesthetic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Green Aesthetic palette

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

Brown Green Aesthetic カラー パレット PNG 画像

Download brown green aesthetic color palette PNG image (landscape)
Download brown green aesthetic color palette PNG image (square)

Brown Green Aesthetic カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4b39;
}
.color-2 {
color: #8e7b5d;
}
.color-3 {
color: #b4c99c;
}
.color-4 {
color: #d8e3ca;
}
.color-5 {
color: #f4f6e9;
}

/* CSS Variables */
:root {
--color-1: #6a4b39;
--color-2: #8e7b5d;
--color-3: #b4c99c;
--color-4: #d8e3ca;
--color-5: #f4f6e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b39, #8e7b5d, #b4c99c, #d8e3ca, #f4f6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b39, #8e7b5d, #b4c99c, #d8e3ca, #f4f6e9);
}

Brown Green Aesthetic color palette created on .