Snowstorm Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Snowstorm Night palette

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

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

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

Snowstorm Night カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7496af;
}
.color-3 {
color: #4c8fa9;
}
.color-4 {
color: #2c5e6d;
}
.color-5 {
color: #1f3a61;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7496af;
--color-3: #4c8fa9;
--color-4: #2c5e6d;
--color-5: #1f3a61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7496af, #4c8fa9, #2c5e6d, #1f3a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7496af, #4c8fa9, #2c5e6d, #1f3a61);
}

Snowstorm Night color palette created on .