Winter War カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter War palette

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

Winter War カラーパレット (PNG) をダウンロード

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

Winter War カラーパレット CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #3c7cb9;
}
.color-4 {
color: #2c4d68;
}
.color-5 {
color: #1d2935;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #5d9bd5;
--color-3: #3c7cb9;
--color-4: #2c4d68;
--color-5: #1d2935;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #5d9bd5, #3c7cb9, #2c4d68, #1d2935);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #5d9bd5, #3c7cb9, #2c4d68, #1d2935);
}

Winter War color palette created on .