Winter Wonderland カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter Wonderland palette
Winter Wonderland カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b2d1d7;
}
.color-3 {
color: #e2f4f8;
}
.color-4 {
color: #f5faf5;
}
.color-5 {
color: #a7d8a6;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b2d1d7;
--color-3: #e2f4f8;
--color-4: #f5faf5;
--color-5: #a7d8a6;
}
Winter Wonderland の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b2d1d7, #e2f4f8, #f5faf5, #a7d8a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b2d1d7, #e2f4f8, #f5faf5, #a7d8a6);
}
似たようなカラーパレット
下にスクロールして100+個のウィンターカラーパレットを探索しましょう
Winter Wonderland color palette created on .