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