Winter Wonderland カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Wonderland palette

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

Winter Wonderland カラーパレット CSS

/* CSS */
.color-1 {
color: #9ec4e0;
}
.color-2 {
color: #b8d4e0;
}
.color-3 {
color: #f1f6f9;
}
.color-4 {
color: #f5b59e;
}
.color-5 {
color: #d36e5f;
}

/* CSS Variables */
:root {
--color-1: #9ec4e0;
--color-2: #b8d4e0;
--color-3: #f1f6f9;
--color-4: #f5b59e;
--color-5: #d36e5f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ec4e0, #b8d4e0, #f1f6f9, #f5b59e, #d36e5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ec4e0, #b8d4e0, #f1f6f9, #f5b59e, #d36e5f);
}

Winter Wonderland color palette created on .