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