Blue Snow Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Snow Night palette

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

Blue Snow Night カラーパレット CSS

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #b0c4de;
}
.color-3 {
color: #7b9acc;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #1c407d;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #b0c4de;
--color-3: #7b9acc;
--color-4: #3b5897;
--color-5: #1c407d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #b0c4de, #7b9acc, #3b5897, #1c407d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #b0c4de, #7b9acc, #3b5897, #1c407d);
}

Blue Snow Night color palette created on .