Alexander Goth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Alexander Goth palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Alexander Goth

Download alexander goth color palette PNG image (landscape)
Download alexander goth color palette PNG image (square)

tavolozza dei colori Alexander Goth CSS

/* CSS */
.color-1 {
color: #1c1c2b;
}
.color-2 {
color: #3e3e4c;
}
.color-3 {
color: #5d5d79;
}
.color-4 {
color: #8181b1;
}
.color-5 {
color: #9f9fd0;
}

/* CSS Variables */
:root {
--color-1: #1c1c2b;
--color-2: #3e3e4c;
--color-3: #5d5d79;
--color-4: #8181b1;
--color-5: #9f9fd0;
}

CSS con gradiente di sfondo Alexander Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}

Alexander Goth color palette created on .