God of Music Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with God of Music palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori God of Music

Download god of music color palette PNG image (landscape)
Download god of music color palette PNG image (square)

tavolozza dei colori God of Music CSS

/* CSS */
.color-1 {
color: #808dc2;
}
.color-2 {
color: #b7bcd7;
}
.color-3 {
color: #d8eee6;
}
.color-4 {
color: #fcf4ca;
}
.color-5 {
color: #fedbd7;
}

/* CSS Variables */
:root {
--color-1: #808dc2;
--color-2: #b7bcd7;
--color-3: #d8eee6;
--color-4: #fcf4ca;
--color-5: #fedbd7;
}

CSS con gradiente di sfondo God of Music

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #808dc2, #b7bcd7, #d8eee6, #fcf4ca, #fedbd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #808dc2, #b7bcd7, #d8eee6, #fcf4ca, #fedbd7);
}

God of Music color palette created on .