Brown Shadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Shadow palette

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

Brown Shadow カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d7c3;
}
.color-2 {
color: #d2b59d;
}
.color-3 {
color: #b88b6f;
}
.color-4 {
color: #a25b3f;
}
.color-5 {
color: #5b3a29;
}

/* CSS Variables */
:root {
--color-1: #e9d7c3;
--color-2: #d2b59d;
--color-3: #b88b6f;
--color-4: #a25b3f;
--color-5: #5b3a29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d7c3, #d2b59d, #b88b6f, #a25b3f, #5b3a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d7c3, #d2b59d, #b88b6f, #a25b3f, #5b3a29);
}

Brown Shadow color palette created on .