Community Vibrance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Community Vibrance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Community Vibrance Color Palette (PNG)
Community Vibrance color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff914d;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #aad96d;
}
.color-5 {
color: #4cc0c8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff914d;
--color-3: #ffd65c;
--color-4: #aad96d;
--color-5: #4cc0c8;
}
Community Vibrance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff914d, #ffd65c, #aad96d, #4cc0c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff914d, #ffd65c, #aad96d, #4cc0c8);
}
Similar color palettes
Community Vibrance color palette created on .