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