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