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