Brown Fruit Bat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Fruit Bat palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Brown Fruit Bat カラーパレット (PNG) をダウンロード
Brown Fruit Bat カラーパレット CSS
/* CSS */
.color-1 {
color: #3c2b2a;
}
.color-2 {
color: #6c4f4b;
}
.color-3 {
color: #b79c7b;
}
.color-4 {
color: #f1d1a2;
}
.color-5 {
color: #e34b3b;
}
/* CSS Variables */
:root {
--color-1: #3c2b2a;
--color-2: #6c4f4b;
--color-3: #b79c7b;
--color-4: #f1d1a2;
--color-5: #e34b3b;
}
Brown Fruit Bat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b2a, #6c4f4b, #b79c7b, #f1d1a2, #e34b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b2a, #6c4f4b, #b79c7b, #f1d1a2, #e34b3b);
}
似たようなカラーパレット
Brown Fruit Bat color palette created on .