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