Lights Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lights Winter palette

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

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

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

Lights Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #d6e0f0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6fa5c8;
}
.color-4 {
color: #3b8cbf;
}
.color-5 {
color: #007ab8;
}

/* CSS Variables */
:root {
--color-1: #d6e0f0;
--color-2: #a3c7e0;
--color-3: #6fa5c8;
--color-4: #3b8cbf;
--color-5: #007ab8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e0f0, #a3c7e0, #6fa5c8, #3b8cbf, #007ab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e0f0, #a3c7e0, #6fa5c8, #3b8cbf, #007ab8);
}

Lights Winter color palette created on .