Light Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Brown palette
Light Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #f2e4d4;
}
.color-2 {
color: #e0beae;
}
.color-3 {
color: #d79f88;
}
.color-4 {
color: #b48e6e;
}
.color-5 {
color: #a87048;
}
/* CSS Variables */
:root {
--color-1: #f2e4d4;
--color-2: #e0beae;
--color-3: #d79f88;
--color-4: #b48e6e;
--color-5: #a87048;
}
Light Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e4d4, #e0beae, #d79f88, #b48e6e, #a87048);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e4d4, #e0beae, #d79f88, #b48e6e, #a87048);
}
似たようなカラーパレット
Light Brown color palette created on .