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