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