Winter Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Bliss palette

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

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

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

Winter Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #a1c1d4;
}
.color-2 {
color: #e4f2f6;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ff6b8b;
}

/* CSS Variables */
:root {
--color-1: #a1c1d4;
--color-2: #e4f2f6;
--color-3: #b1e0e7;
--color-4: #f7b5a1;
--color-5: #ff6b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1d4, #e4f2f6, #b1e0e7, #f7b5a1, #ff6b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1d4, #e4f2f6, #b1e0e7, #f7b5a1, #ff6b8b);
}

Winter Bliss color palette created on .