Coral Fireworks Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Fireworks palette
Coral Fireworks color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa280;
}
.color-3 {
color: #ffd6b3;
}
.color-4 {
color: #4bbead;
}
.color-5 {
color: #fdffb8;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa280;
--color-3: #ffd6b3;
--color-4: #4bbead;
--color-5: #fdffb8;
}
Coral Fireworks background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa280, #ffd6b3, #4bbead, #fdffb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa280, #ffd6b3, #4bbead, #fdffb8);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Coral Fireworks color palette created on .