Gothic Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gothic Garden palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Gothic Garden

Download gothic garden color palette PNG image (landscape)
Download gothic garden color palette PNG image (square)

tavolozza dei colori Gothic Garden CSS

/* CSS */
.color-1 {
color: #4a2b41;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #d5b3c0;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #4a2b41;
--color-2: #6a4e8d;
--color-3: #a77b9d;
--color-4: #d5b3c0;
--color-5: #f4cf3e;
}

CSS con gradiente di sfondo Gothic Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
}

Gothic Garden color palette created on .