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