Blue Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Winter palette

このパレットを共有する先:

Blue Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #4c7b9e;
}
.color-3 {
color: #2b4c7d;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #192c4d;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #4c7b9e;
--color-3: #2b4c7d;
--color-4: #1f3a61;
--color-5: #192c4d;
}

Blue Winter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #4c7b9e, #2b4c7d, #1f3a61, #192c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #4c7b9e, #2b4c7d, #1f3a61, #192c4d);
}

Blue Winter color palette created on .