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: #6caf46;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #3c8c9a;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6caf46;
--color-3: #f99f3e;
--color-4: #3c8c9a;
--color-5: #f25a76;
}
Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6caf46, #f99f3e, #3c8c9a, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6caf46, #f99f3e, #3c8c9a, #f25a76);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Vibrant Coral color palette created on .