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