Dark Blue Galaxy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Blue Galaxy palette

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

Dark Blue Galaxy カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #3a3a69;
}
.color-3 {
color: #5b5b9a;
}
.color-4 {
color: #7c7cbb;
}
.color-5 {
color: #b1b1e7;
}

/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #3a3a69;
--color-3: #5b5b9a;
--color-4: #7c7cbb;
--color-5: #b1b1e7;
}

Dark Blue Galaxy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #3a3a69, #5b5b9a, #7c7cbb, #b1b1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #3a3a69, #5b5b9a, #7c7cbb, #b1b1e7);
}

Dark Blue Galaxy color palette created on .