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: #ff884d;
}
.color-2 {
color: #ffc642;
}
.color-3 {
color: #5cffe4;
}
.color-4 {
color: #adb7ff;
}
.color-5 {
color: #e642ff;
}
/* CSS Variables */
:root {
--color-1: #ff884d;
--color-2: #ffc642;
--color-3: #5cffe4;
--color-4: #adb7ff;
--color-5: #e642ff;
}
Vibrant Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff884d, #ffc642, #5cffe4, #adb7ff, #e642ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff884d, #ffc642, #5cffe4, #adb7ff, #e642ff);
}
Similar color palettes
Scroll down to explore 600+ Orange color palettes
Vibrant Coral color palette created on .