Vibrant Inspiration Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Inspiration palette
Vibrant Inspiration color palette CSS
/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #f0a64c;
}
.color-3 {
color: #eb7c4c;
}
.color-4 {
color: #e3545b;
}
.color-5 {
color: #d43a6e;
}
/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #f0a64c;
--color-3: #eb7c4c;
--color-4: #e3545b;
--color-5: #d43a6e;
}
Vibrant Inspiration background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #f0a64c, #eb7c4c, #e3545b, #d43a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #f0a64c, #eb7c4c, #e3545b, #d43a6e);
}
Similar color palettes
Vibrant Inspiration color palette created on .