A Shadow of the Winter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with A Shadow of the Winter palette
A Shadow of the Winter カラー パレット PNG 画像
A Shadow of the Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #4a6d8c;
}
.color-2 {
color: #3d4f6c;
}
.color-3 {
color: #2d3d4e;
}
.color-4 {
color: #1c2b36;
}
.color-5 {
color: #0d1921;
}
/* CSS Variables */
:root {
--color-1: #4a6d8c;
--color-2: #3d4f6c;
--color-3: #2d3d4e;
--color-4: #1c2b36;
--color-5: #0d1921;
}
A Shadow of the Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d8c, #3d4f6c, #2d3d4e, #1c2b36, #0d1921);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d8c, #3d4f6c, #2d3d4e, #1c2b36, #0d1921);
}
似たようなカラーパレット
A Shadow of the Winter color palette created on .