Vincent's Vivid Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vincent's Vivid Sunset palette

Share this palette to:

Download Vincent's Vivid Sunset Color Palette (PNG)

Download vincent's vivid sunset color palette PNG image (landscape)
Download vincent's vivid sunset color palette PNG image (square)

Vincent's Vivid Sunset color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #495d92;
}
.color-3 {
color: #7a8aa8;
}
.color-4 {
color: #e7a34b;
}
.color-5 {
color: #da4e4e;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #495d92;
--color-3: #7a8aa8;
--color-4: #e7a34b;
--color-5: #da4e4e;
}

Vincent's Vivid Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #495d92, #7a8aa8, #e7a34b, #da4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #495d92, #7a8aa8, #e7a34b, #da4e4e);
}

Vincent's Vivid Sunset color palette created on .