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