Brown Deer カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Deer palette
Brown Deer カラーパレット CSS
/* CSS */
.color-1 {
color: #b59c78;
}
.color-2 {
color: #d6ceae;
}
.color-3 {
color: #e4b89a;
}
.color-4 {
color: #c7a71a;
}
.color-5 {
color: #8c5a4f;
}
/* CSS Variables */
:root {
--color-1: #b59c78;
--color-2: #d6ceae;
--color-3: #e4b89a;
--color-4: #c7a71a;
--color-5: #8c5a4f;
}
Brown Deer の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59c78, #d6ceae, #e4b89a, #c7a71a, #8c5a4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59c78, #d6ceae, #e4b89a, #c7a71a, #8c5a4f);
}
似たようなカラーパレット
下にスクロールして200+個のオータムカラーパレットを探索しましょう
Brown Deer color palette created on .