Vibrant Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Coral palette
Color Inspiration
Images that showcase this color palette in real designs
Download Vibrant Coral Color Palette (PNG)
Vibrant Coral color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #1fb2aa;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffd900;
--color-4: #1fb2aa;
--color-5: #ff4400;
}
Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffd900, #1fb2aa, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffd900, #1fb2aa, #ff4400);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Vibrant Coral color palette created on .