Paleta de colores Red Wine Supernova

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Wine Supernova palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red Wine Supernova

Download red wine supernova color palette PNG image (landscape)
Download red wine supernova color palette PNG image (square)

CSS de la paleta de colores Red Wine Supernova

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c94b3b;
}
.color-3 {
color: #efad6c;
}
.color-4 {
color: #f6e7a7;
}
.color-5 {
color: #7b7b93;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c94b3b;
--color-3: #efad6c;
--color-4: #f6e7a7;
--color-5: #7b7b93;
}

CSS del degradado de fondo Red Wine Supernova

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c94b3b, #efad6c, #f6e7a7, #7b7b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c94b3b, #efad6c, #f6e7a7, #7b7b93);
}

Red Wine Supernova color palette created on .