Galactic Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Galactic Serenity palette

Condividi questa palette a:

tavolozza dei colori 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;
}

CSS con gradiente di sfondo Galactic Serenity

/* 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 .