Winter Wonderland カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Wonderland palette

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

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

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

Winter Wonderland カラーパレット CSS

/* CSS */
.color-1 {
color: #6cc0e4;
}
.color-2 {
color: #9fd4df;
}
.color-3 {
color: #e2f0f3;
}
.color-4 {
color: #f8f3e7;
}
.color-5 {
color: #d6c7e1;
}

/* CSS Variables */
:root {
--color-1: #6cc0e4;
--color-2: #9fd4df;
--color-3: #e2f0f3;
--color-4: #f8f3e7;
--color-5: #d6c7e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cc0e4, #9fd4df, #e2f0f3, #f8f3e7, #d6c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cc0e4, #9fd4df, #e2f0f3, #f8f3e7, #d6c7e1);
}

Winter Wonderland color palette created on .