Winter Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Breeze palette

このパレットを共有する先:

Winter Breeze カラー パレット PNG 画像

Download winter breeze color palette PNG image (landscape)
Download winter breeze color palette PNG image (square)

Winter Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #b0d3e8;
}
.color-3 {
color: #d5e2ec;
}
.color-4 {
color: #f1f5f8;
}
.color-5 {
color: #f9e9e1;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #b0d3e8;
--color-3: #d5e2ec;
--color-4: #f1f5f8;
--color-5: #f9e9e1;
}

Winter Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #b0d3e8, #d5e2ec, #f1f5f8, #f9e9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #b0d3e8, #d5e2ec, #f1f5f8, #f9e9e1);
}

Winter Breeze color palette created on .