Blue Night Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Night Sky palette

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

Blue Night Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #2e4a9e;
}
.color-3 {
color: #3e6ab6;
}
.color-4 {
color: #6a9bd2;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #2e4a9e;
--color-3: #3e6ab6;
--color-4: #6a9bd2;
--color-5: #a3c7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #2e4a9e, #3e6ab6, #6a9bd2, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #2e4a9e, #3e6ab6, #6a9bd2, #a3c7e0);
}

Blue Night Sky color palette created on .