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: #f0f8ff;
}
.color-2 {
color: #e5e5fa;
}
.color-3 {
color: #d0e6e1;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #89cfeb;
}

/* CSS Variables */
:root {
--color-1: #f0f8ff;
--color-2: #e5e5fa;
--color-3: #d0e6e1;
--color-4: #b1e0e7;
--color-5: #89cfeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f8ff, #e5e5fa, #d0e6e1, #b1e0e7, #89cfeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f8ff, #e5e5fa, #d0e6e1, #b1e0e7, #89cfeb);
}

Winter Breeze color palette created on .