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