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