Paleta de colores Blood Red and Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blood Red and Gold palette

Compartir esta paleta en:

CSS de la paleta de colores Blood Red and Gold

/* CSS */
.color-1 {
color: #951818;
}
.color-2 {
color: #a37500;
}
.color-3 {
color: #b08727;
}
.color-4 {
color: #8a5b1e;
}
.color-5 {
color: #610000;
}

/* CSS Variables */
:root {
--color-1: #951818;
--color-2: #a37500;
--color-3: #b08727;
--color-4: #8a5b1e;
--color-5: #610000;
}

CSS del degradado de fondo Blood Red and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #951818, #a37500, #b08727, #8a5b1e, #610000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #951818, #a37500, #b08727, #8a5b1e, #610000);
}

Blood Red and Gold color palette created on .