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