Vibrant Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Vibes palette
Vibrant Vibes color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff4281;
}
.color-5 {
color: #9b27b0;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff6d1f;
--color-3: #ffcc00;
--color-4: #ff4281;
--color-5: #9b27b0;
}
Vibrant Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff6d1f, #ffcc00, #ff4281, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff6d1f, #ffcc00, #ff4281, #9b27b0);
}
Similar color palettes
Vibrant Vibes color palette created on .