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