Supernova Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Supernova Sunset palette

Share this palette to:

Supernova Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff1f69;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff1f69;
--color-5: #ff4d4f;
}

Supernova Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #ff6e00, #ff3c00, #ff1f69, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #ff6e00, #ff3c00, #ff1f69, #ff4d4f);
}

Supernova Sunset color palette created on .