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