Galactic Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galactic Serenade palette

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

Galactic Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #3c2e7f;
}
.color-3 {
color: #5c4b9b;
}
.color-4 {
color: #8692d0;
}
.color-5 {
color: #d2bfe8;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3c2e7f;
--color-3: #5c4b9b;
--color-4: #8692d0;
--color-5: #d2bfe8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3c2e7f, #5c4b9b, #8692d0, #d2bfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3c2e7f, #5c4b9b, #8692d0, #d2bfe8);
}

Galactic Serenade color palette created on .