Gothic Red and Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gothic Red and Gold palette

Condividi questa palette a:

tavolozza dei colori Gothic Red and Gold CSS

/* CSS */
.color-1 {
color: #2e0f12;
}
.color-2 {
color: #4d191e;
}
.color-3 {
color: #783a3e;
}
.color-4 {
color: #b59c5a;
}
.color-5 {
color: #f0e4b2;
}

/* CSS Variables */
:root {
--color-1: #2e0f12;
--color-2: #4d191e;
--color-3: #783a3e;
--color-4: #b59c5a;
--color-5: #f0e4b2;
}

CSS con gradiente di sfondo Gothic Red and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e0f12, #4d191e, #783a3e, #b59c5a, #f0e4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e0f12, #4d191e, #783a3e, #b59c5a, #f0e4b2);
}

Gothic Red and Gold color palette created on .