Winter Wonderland カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter Wonderland palette
Winter Wonderland カラー パレット PNG 画像
Winter Wonderland カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c6e0;
}
.color-2 {
color: #7ab8d6;
}
.color-3 {
color: #4ca6d6;
}
.color-4 {
color: #2c8faf;
}
.color-5 {
color: #1f5c7f;
}
/* CSS Variables */
:root {
--color-1: #a3c6e0;
--color-2: #7ab8d6;
--color-3: #4ca6d6;
--color-4: #2c8faf;
--color-5: #1f5c7f;
}
Winter Wonderland の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c6e0, #7ab8d6, #4ca6d6, #2c8faf, #1f5c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c6e0, #7ab8d6, #4ca6d6, #2c8faf, #1f5c7f);
}
似たようなカラーパレット
Winter Wonderland color palette created on .