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