Imperial Vibrance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Imperial Vibrance palette

Share this palette to:

Imperial Vibrance color palette PNG image

Download imperial vibrance color palette PNG image (landscape)
Download imperial vibrance color palette PNG image (square)

Imperial Vibrance color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffec42;
}
.color-5 {
color: #00a8a0;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #ffec42;
--color-5: #00a8a0;
}

Imperial Vibrance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffb300, #ffec42, #00a8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffb300, #ffec42, #00a8a0);
}

Similar color palettes

Imperial Vibrance color palette created on .