Vibrant Contrast Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Contrast palette

Share this palette to:

Vibrant Contrast color palette PNG image

Download vibrant contrast color palette PNG image (landscape)
Download vibrant contrast color palette PNG image (square)

Vibrant Contrast color palette CSS

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4a4c55;
}
.color-3 {
color: #8d8fa0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d1293a;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4a4c55;
--color-3: #8d8fa0;
--color-4: #f6b83c;
--color-5: #d1293a;
}

Vibrant Contrast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4a4c55, #8d8fa0, #f6b83c, #d1293a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4a4c55, #8d8fa0, #f6b83c, #d1293a);
}

Vibrant Contrast color palette created on .