Blue Winter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Winter palette
Blue Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #a7c0d2;
}
.color-2 {
color: #7796b1;
}
.color-3 {
color: #54768c;
}
.color-4 {
color: #37576d;
}
.color-5 {
color: #233c4d;
}
/* CSS Variables */
:root {
--color-1: #a7c0d2;
--color-2: #7796b1;
--color-3: #54768c;
--color-4: #37576d;
--color-5: #233c4d;
}
Blue Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c0d2, #7796b1, #54768c, #37576d, #233c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c0d2, #7796b1, #54768c, #37576d, #233c4d);
}
似たようなカラーパレット
Blue Winter color palette created on .