Brown Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Elegance palette

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

Brown Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c7a9;
}
.color-2 {
color: #bfae92;
}
.color-3 {
color: #a68e59;
}
.color-4 {
color: #7e5c3a;
}
.color-5 {
color: #4a3b26;
}

/* CSS Variables */
:root {
--color-1: #d6c7a9;
--color-2: #bfae92;
--color-3: #a68e59;
--color-4: #7e5c3a;
--color-5: #4a3b26;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7a9, #bfae92, #a68e59, #7e5c3a, #4a3b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7a9, #bfae92, #a68e59, #7e5c3a, #4a3b26);
}

Brown Elegance color palette created on .