Bauhaus カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bauhaus palette
Bauhaus カラーパレット (PNG) をダウンロード
Bauhaus カラーパレット CSS
/* CSS */
.color-1 {
color: #d32e22;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f9e24e;
}
.color-4 {
color: #4c81c2;
}
.color-5 {
color: #3e6a8e;
}
/* CSS Variables */
:root {
--color-1: #d32e22;
--color-2: #f6b83c;
--color-3: #f9e24e;
--color-4: #4c81c2;
--color-5: #3e6a8e;
}
Bauhaus の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d32e22, #f6b83c, #f9e24e, #4c81c2, #3e6a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d32e22, #f6b83c, #f9e24e, #4c81c2, #3e6a8e);
}
似たようなカラーパレット
Bauhaus color palette created on .