Winter Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Night palette

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

Winter Night カラー パレット PNG 画像

Download winter night color palette PNG image (landscape)
Download winter night color palette PNG image (square)

Winter Night カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #2e4a9e;
}
.color-3 {
color: #4a7cba;
}
.color-4 {
color: #6fb4e2;
}
.color-5 {
color: #a3d7e0;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #2e4a9e;
--color-3: #4a7cba;
--color-4: #6fb4e2;
--color-5: #a3d7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #2e4a9e, #4a7cba, #6fb4e2, #a3d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #2e4a9e, #4a7cba, #6fb4e2, #a3d7e0);
}

Winter Night color palette created on .