Paleta de colores Gothic Red and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gothic Red and Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Gothic Red and Gold

/* 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 del degradado de fondo 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 .