Orange Oktoberfest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Oktoberfest palette
Orange Oktoberfest カラー パレット PNG 画像
Orange Oktoberfest カラーパレット CSS
/* CSS */
.color-1 {
color: #e5a938;
}
.color-2 {
color: #c56b2b;
}
.color-3 {
color: #8d5a2a;
}
.color-4 {
color: #f3d68c;
}
.color-5 {
color: #303b45;
}
/* CSS Variables */
:root {
--color-1: #e5a938;
--color-2: #c56b2b;
--color-3: #8d5a2a;
--color-4: #f3d68c;
--color-5: #303b45;
}
Orange Oktoberfest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a938, #c56b2b, #8d5a2a, #f3d68c, #303b45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a938, #c56b2b, #8d5a2a, #f3d68c, #303b45);
}
似たようなカラーパレット
Orange Oktoberfest color palette created on .