Gothic Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gothic Elegance palette

Condividi questa palette a:

tavolozza dei colori Gothic Elegance CSS

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #6c4b4b;
}
.color-3 {
color: #a66e6e;
}
.color-4 {
color: #d1b3b3;
}
.color-5 {
color: #f5e5e5;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #6c4b4b;
--color-3: #a66e6e;
--color-4: #d1b3b3;
--color-5: #f5e5e5;
}

CSS con gradiente di sfondo Gothic Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #6c4b4b, #a66e6e, #d1b3b3, #f5e5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #6c4b4b, #a66e6e, #d1b3b3, #f5e5e5);
}

Gothic Elegance color palette created on .