Burgundy and Gold Night カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Burgundy and Gold Night palette
Burgundy and Gold Night カラー パレット PNG 画像
Burgundy and Gold Night カラーパレット CSS
/* CSS */
.color-1 {
color: #6a2929;
}
.color-2 {
color: #b88d3d;
}
.color-3 {
color: #1f3a60;
}
.color-4 {
color: #5b3a29;
}
.color-5 {
color: #e2c479;
}
/* CSS Variables */
:root {
--color-1: #6a2929;
--color-2: #b88d3d;
--color-3: #1f3a60;
--color-4: #5b3a29;
--color-5: #e2c479;
}
Burgundy and Gold Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2929, #b88d3d, #1f3a60, #5b3a29, #e2c479);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2929, #b88d3d, #1f3a60, #5b3a29, #e2c479);
}
似たようなカラーパレット
Burgundy and Gold Night color palette created on .