Red Wine Supernova Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Wine Supernova palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Red Wine Supernova

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

tavolozza dei colori Red Wine Supernova CSS

/* 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 con gradiente di sfondo 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 .