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