Paleta de colores Luxury Reds

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Luxury Reds palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Luxury Reds

Download luxury reds color palette PNG image (landscape)
Download luxury reds color palette PNG image (square)

CSS de la paleta de colores Luxury Reds

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #c70000;
}
.color-3 {
color: #ff5833;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #920c3f;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #c70000;
--color-3: #ff5833;
--color-4: #ffc300;
--color-5: #920c3f;
}

CSS del degradado de fondo Luxury Reds

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #c70000, #ff5833, #ffc300, #920c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #c70000, #ff5833, #ffc300, #920c3f);
}

Luxury Reds color palette created on .