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