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