Galactic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galactic Serenity palette

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

Galactic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #494d97;
}
.color-3 {
color: #696eba;
}
.color-4 {
color: #a9c3e0;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #494d97;
--color-3: #696eba;
--color-4: #a9c3e0;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #494d97, #696eba, #a9c3e0, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #494d97, #696eba, #a9c3e0, #f1f5f8);
}

Galactic Serenity color palette created on .