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