Red Wine Supernova Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Wine Supernova palette

Share this palette to:

Red Wine Supernova color palette PNG image

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

Red Wine Supernova color palette 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;
}

Red Wine Supernova background gradient CSS

/* 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 .