Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter palette

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

Winter カラー パレット PNG 画像

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

Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c8e6;
}
.color-2 {
color: #4a9cd3;
}
.color-3 {
color: #1e75b8;
}
.color-4 {
color: #2a3e83;
}
.color-5 {
color: #0f1929;
}

/* CSS Variables */
:root {
--color-1: #a8c8e6;
--color-2: #4a9cd3;
--color-3: #1e75b8;
--color-4: #2a3e83;
--color-5: #0f1929;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e6, #4a9cd3, #1e75b8, #2a3e83, #0f1929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e6, #4a9cd3, #1e75b8, #2a3e83, #0f1929);
}

Winter color palette created on .