Vibrant Threshold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Threshold palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vibrant Threshold Color Palette (PNG)
Vibrant Threshold color palette CSS
/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #9b58b6;
}
/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f1c40e;
--color-3: #2ecc70;
--color-4: #3398db;
--color-5: #9b58b6;
}
Vibrant Threshold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f1c40e, #2ecc70, #3398db, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f1c40e, #2ecc70, #3398db, #9b58b6);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Vibrant Threshold color palette created on .