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: #e2f2fd;
}
.color-2 {
color: #bcddfb;
}
.color-3 {
color: #90caf9;
}
.color-4 {
color: #65b5f6;
}
.color-5 {
color: #42a5f5;
}

/* CSS Variables */
:root {
--color-1: #e2f2fd;
--color-2: #bcddfb;
--color-3: #90caf9;
--color-4: #65b5f6;
--color-5: #42a5f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f2fd, #bcddfb, #90caf9, #65b5f6, #42a5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f2fd, #bcddfb, #90caf9, #65b5f6, #42a5f5);
}

Winter Breeze color palette created on .