Galactic Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galactic Blue palette

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

Galactic Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a2070;
}
.color-2 {
color: #5b5c9a;
}
.color-3 {
color: #8b79be;
}
.color-4 {
color: #c3b1e2;
}
.color-5 {
color: #dfb2f0;
}

/* CSS Variables */
:root {
--color-1: #1a2070;
--color-2: #5b5c9a;
--color-3: #8b79be;
--color-4: #c3b1e2;
--color-5: #dfb2f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2070, #5b5c9a, #8b79be, #c3b1e2, #dfb2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2070, #5b5c9a, #8b79be, #c3b1e2, #dfb2f0);
}

Galactic Blue color palette created on .