Celestial Harmony Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Harmony palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Celestial Harmony

Download celestial harmony color palette PNG image (landscape)
Download celestial harmony color palette PNG image (square)

tavolozza dei colori Celestial Harmony CSS

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #393e79;
}
.color-3 {
color: #5b709a;
}
.color-4 {
color: #8c9bc0;
}
.color-5 {
color: #b1c5e2;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #393e79;
--color-3: #5b709a;
--color-4: #8c9bc0;
--color-5: #b1c5e2;
}

CSS con gradiente di sfondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #393e79, #5b709a, #8c9bc0, #b1c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #393e79, #5b709a, #8c9bc0, #b1c5e2);
}

Celestial Harmony color palette created on .