Vibrant Resilience Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Resilience palette
Vibrant Resilience color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #69bf9a;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #f7c94b;
--color-4: #a8d600;
--color-5: #69bf9a;
}
Vibrant Resilience background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #f7c94b, #a8d600, #69bf9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #f7c94b, #a8d600, #69bf9a);
}
Similar color palettes
Vibrant Resilience color palette created on .