Brown Scars カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Scars palette

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

Brown Scars カラーパレット CSS

/* CSS */
.color-1 {
color: #c19b6c;
}
.color-2 {
color: #b97d4b;
}
.color-3 {
color: #9f5c3c;
}
.color-4 {
color: #784d3a;
}
.color-5 {
color: #5b3b2a;
}

/* CSS Variables */
:root {
--color-1: #c19b6c;
--color-2: #b97d4b;
--color-3: #9f5c3c;
--color-4: #784d3a;
--color-5: #5b3b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19b6c, #b97d4b, #9f5c3c, #784d3a, #5b3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19b6c, #b97d4b, #9f5c3c, #784d3a, #5b3b2a);
}

Brown Scars color palette created on .