Brown Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Elegance palette

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

Brown Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #dab44e;
}
.color-2 {
color: #a46e41;
}
.color-3 {
color: #6e503a;
}
.color-4 {
color: #b1a0a0;
}
.color-5 {
color: #e89f8d;
}

/* CSS Variables */
:root {
--color-1: #dab44e;
--color-2: #a46e41;
--color-3: #6e503a;
--color-4: #b1a0a0;
--color-5: #e89f8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab44e, #a46e41, #6e503a, #b1a0a0, #e89f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab44e, #a46e41, #6e503a, #b1a0a0, #e89f8d);
}

Brown Elegance color palette created on .