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