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