Vibrant Purple Green Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Purple Green Blue palette
Vibrant Purple Green Blue color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #3cb472;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #3cb472;
--color-3: #00bfff;
--color-4: #ffd900;
--color-5: #ff4400;
}
Vibrant Purple Green Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #3cb472, #00bfff, #ffd900, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #3cb472, #00bfff, #ffd900, #ff4400);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Vibrant Purple Green Blue color palette created on .