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