Light Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Brown palette

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

Light Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #e1cea8;
}
.color-2 {
color: #d3b79c;
}
.color-3 {
color: #c3a998;
}
.color-4 {
color: #b6967c;
}
.color-5 {
color: #b1a577;
}

/* CSS Variables */
:root {
--color-1: #e1cea8;
--color-2: #d3b79c;
--color-3: #c3a998;
--color-4: #b6967c;
--color-5: #b1a577;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1cea8, #d3b79c, #c3a998, #b6967c, #b1a577);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1cea8, #d3b79c, #c3a998, #b6967c, #b1a577);
}

Light Brown color palette created on .