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