Winter Wonderland カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Wonderland palette

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

Winter Wonderland カラーパレット CSS

/* CSS */
.color-1 {
color: #c0d3d3;
}
.color-2 {
color: #996a56;
}
.color-3 {
color: #f3b47c;
}
.color-4 {
color: #ff6e42;
}
.color-5 {
color: #c43836;
}

/* CSS Variables */
:root {
--color-1: #c0d3d3;
--color-2: #996a56;
--color-3: #f3b47c;
--color-4: #ff6e42;
--color-5: #c43836;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0d3d3, #996a56, #f3b47c, #ff6e42, #c43836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0d3d3, #996a56, #f3b47c, #ff6e42, #c43836);
}

似たようなカラーパレット

Winter Wonderland color palette created on .