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