Blue Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Winter palette

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

Blue Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #3a7a9c;
}
.color-3 {
color: #2d5b7c;
}
.color-4 {
color: #1e3f4d;
}
.color-5 {
color: #0b2b32;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #3a7a9c;
--color-3: #2d5b7c;
--color-4: #1e3f4d;
--color-5: #0b2b32;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #3a7a9c, #2d5b7c, #1e3f4d, #0b2b32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #3a7a9c, #2d5b7c, #1e3f4d, #0b2b32);
}

Blue Winter color palette created on .